Html Css Color HEX #7E2B66 Dark Purple

📋 copy color: '#7E2B66'

red 126 ◦ green 43 ◦ blue 102

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

Shades of Dark Purple #7E2B66

Tints of Dark Purple #7E2B66

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.87%

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

R = 46.49%
G = 15.87%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.19

 K value IS 0.51

RGB Variations

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

Color information

#7E2B66 (or 0x7E2B66) is known color: Dark Purple. HEX triplet: 7E, 2B and 66. RGB value is (126,43,102). Sum of RGB (Red+Green+Blue) = 126+43+102=271 (35% of max value = 765). Red value is 126 (49.61% from 255 or 46.49% from 271); Green value is 43 (17.19% from 255 or 15.87% from 271); Blue value is 102 (40.23% from 255 or 37.64% from 271); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2B66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E2B66 is #81D499. Grayscale: #4A4A4A. Windows color (decimal): -8508570 or 6695806. OLE color: 6695806.

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

Color convert

RGB 126 43 102 -
CMYK 0 0.66 0.19 0.51
HSL 317.35º 0.49% 0.33% -
HSV(B) 317.35º 0.66% 0.49% -
XYZ 11.87 7.12 13.32 -
YUV 74.54 143.5 164.7 -
System Red Green Blue C M Y K H S L
Decimal 126 43 102 0 0.66 0.19 0.51 317.35 0.49 0.33
Hex 7E 2B 66 0 42 13 33 13D 31 21
Octal 176 53 146 0 102 23 63 475 61 41
Binary 1111110 101011 1100110 0 1000010 10011 110011 100111101 110001 100001

Color Harmonies of #7E2B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E2B66

Black with #7E2B66

Text Example


Text Example

White with #7E2B66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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