Html Css Color HEX #7E2B78 Dark Purple

📋 copy color: '#7E2B78'

red 126 ◦ green 43 ◦ blue 120

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

Shades of Dark Purple #7E2B78

Tints of Dark Purple #7E2B78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 41.52%

R = 43.6%
G = 14.88%
B = 41.52%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.05

 K value IS 0.51

RGB Variations

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

Color information

#7E2B78 (or 0x7E2B78) is known color: Dark Purple. HEX triplet: 7E, 2B and 78. RGB value is (126,43,120). Sum of RGB (Red+Green+Blue) = 126+43+120=289 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.60% from 289); Green value is 43 (17.19% from 255 or 14.88% from 289); Blue value is 120 (47.27% from 255 or 41.52% from 289); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2B78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E2B78 is #81D487. Grayscale: #4C4C4C. Windows color (decimal): -8508552 or 7875454. OLE color: 7875454.

HSL color Cylindrical-coordinate representation of color #7E2B78: hue angle of 304.34º 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 #7E2B78 is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 43 120 -
CMYK 0 0.66 0.05 0.51
HSL 304.34º 0.49% 0.33% -
HSV(B) 304.34º 0.66% 0.49% -
XYZ 12.86 7.52 18.54 -
YUV 76.6 152.5 163.24 -
System Red Green Blue C M Y K H S L
Decimal 126 43 120 0 0.66 0.05 0.51 304.34 0.49 0.33
Hex 7E 2B 78 0 42 5 33 130 31 21
Octal 176 53 170 0 102 5 63 460 61 41
Binary 1111110 101011 1111000 0 1000010 101 110011 100110000 110001 100001

Color Harmonies of #7E2B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E2B78

Black with #7E2B78

Text Example


Text Example

White with #7E2B78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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