Html Css Color HEX #741685 Purple

📋 copy color: '#741685'

red 116 ◦ green 22 ◦ blue 133

#741685
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple #741685

Tints of Purple #741685

RGB

 RED value IS 116 (45.7% from 255) = 42.8%

 GREEN value IS 22 (8.98% from 255) = 8.12%

 BLUE value IS 133 (52.34% from 255) = 49.08%

R = 42.8%
G = 8.12%
B = 49.08%

CMYK

 C value IS 0.13

 M value IS 0.83

 Y value IS 0

 K value IS 0.48

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#741685 (or 0x741685) is known color: Purple. HEX triplet: 74, 16 and 85. RGB value is (116,22,133). Sum of RGB (Red+Green+Blue) = 116+22+133=271 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.80% from 271); Green value is 22 (8.98% from 255 or 8.12% from 271); Blue value is 133 (52.34% from 255 or 49.08% from 271); Max value from RGB is 133 - color contains mainly: blue. Hex color #741685 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741685 is #8BE97A. Grayscale: #3E3E3E. Windows color (decimal): -9169275 or 8722036. OLE color: 8722036.

HSL color Cylindrical-coordinate representation of color #741685: hue angle of 290.81º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #741685 is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 116 22 133 -
CMYK 0.13 0.83 0 0.48
HSL 290.81º 0.72% 0.3% -
HSV(B) 290.81º 0.83% 0.52% -
XYZ 11.72 5.98 22.73 -
YUV 62.76 167.64 165.97 -
System Red Green Blue C M Y K H S L
Decimal 116 22 133 0.13 0.83 0 0.48 290.81 0.72 0.3
Hex 74 16 85 D 53 0 30 123 48 1E
Octal 164 26 205 15 123 0 60 443 110 36
Binary 1110100 10110 10000101 1101 1010011 0 110000 100100011 1001000 11110

Color Harmonies of #741685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741685

Black with #741685

Text Example


Text Example

White with #741685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741685; }

 p { color: rgb(116,22,133); }

 H1.HeaderClassName
 {
   color: #741685;
 }
 .AnyTagClassName
 {
   color: #741685;
 }
</style>

background-color css

<style>
 a { background-color: #741685; }

 a { background-color: rgb(116,22,133); }

 div.DivClassName
 {
   background-color: #741685;
 }
 .BgClassName
 {
   background-color: #741685;
 }
</style>

border-color css

<style>
 span { border-color: #741685; }

 span { border-color: rgb(116,22,133); }

 td.TdClassName
 {
   border-color: #741685;
 }
 .TagClassName
 {
   border-color: #741685;
 }
</style>