Html Css Color HEX #7E1866 Dark Purple

📋 copy color: '#7E1866'

red 126 ◦ green 24 ◦ blue 102

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

Shades of Dark Purple #7E1866

Tints of Dark Purple #7E1866

RGB

 RED value IS 126 (49.61% from 255) = 50%

 GREEN value IS 24 (9.77% from 255) = 9.52%

 BLUE value IS 102 (40.23% from 255) = 40.48%

R = 50%
G = 9.52%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.51

RGB Variations

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

Color information

#7E1866 (or 0x7E1866) is known color: Dark Purple. HEX triplet: 7E, 18 and 66. RGB value is (126,24,102). Sum of RGB (Red+Green+Blue) = 126+24+102=252 (33% of max value = 765). Red value is 126 (49.61% from 255 or 50% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 102 (40.23% from 255 or 40.48% from 252); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1866 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E1866 is #81E799. Grayscale: #3F3F3F. Windows color (decimal): -8513434 or 6690942. OLE color: 6690942.

HSL color Cylindrical-coordinate representation of color #7E1866: hue angle of 314.12º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7E1866 is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 24 102 -
CMYK 0 0.81 0.19 0.51
HSL 314.12º 0.68% 0.29% -
HSV(B) 314.12º 0.81% 0.49% -
XYZ 11.33 6.05 13.14 -
YUV 63.39 149.79 172.66 -
System Red Green Blue C M Y K H S L
Decimal 126 24 102 0 0.81 0.19 0.51 314.12 0.68 0.29
Hex 7E 18 66 0 51 13 33 13A 44 1D
Octal 176 30 146 0 121 23 63 472 104 35
Binary 1111110 11000 1100110 0 1010001 10011 110011 100111010 1000100 11101

Color Harmonies of #7E1866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E1866

Black with #7E1866

Text Example


Text Example

White with #7E1866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7E1866; }

 p { color: rgb(126,24,102); }

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

background-color css

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

 a { background-color: rgb(126,24,102); }

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

border-color css

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

 span { border-color: rgb(126,24,102); }

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