Html Css Color HEX #77126E Dark Purple

📋 copy color: '#77126E'

red 119 ◦ green 18 ◦ blue 110

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

Shades of Dark Purple #77126E

Tints of Dark Purple #77126E

RGB

 RED value IS 119 (46.88% from 255) = 48.18%

 GREEN value IS 18 (7.42% from 255) = 7.29%

 BLUE value IS 110 (43.36% from 255) = 44.53%

R = 48.18%
G = 7.29%
B = 44.53%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#77126E (or 0x77126E) is known color: Dark Purple. HEX triplet: 77, 12 and 6E. RGB value is (119,18,110). Sum of RGB (Red+Green+Blue) = 119+18+110=247 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.18% from 247); Green value is 18 (7.42% from 255 or 7.29% from 247); Blue value is 110 (43.36% from 255 or 44.53% from 247); Max value from RGB is 119 - color contains mainly: red. Hex color #77126E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77126E is #88ED91. Grayscale: #3A3A3A. Windows color (decimal): -8973714 or 7213687. OLE color: 7213687.

HSL color Cylindrical-coordinate representation of color #77126E: hue angle of 305.35º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #77126E is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 18 110 -
CMYK 0 0.85 0.08 0.53
HSL 305.35º 0.74% 0.27% -
HSV(B) 305.35º 0.85% 0.47% -
XYZ 10.64 5.48 15.25 -
YUV 58.69 156.96 171.02 -
System Red Green Blue C M Y K H S L
Decimal 119 18 110 0 0.85 0.08 0.53 305.35 0.74 0.27
Hex 77 12 6E 0 55 8 35 131 4A 1B
Octal 167 22 156 0 125 10 65 461 112 33
Binary 1110111 10010 1101110 0 1010101 1000 110101 100110001 1001010 11011

Color Harmonies of #77126E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77126E

Black with #77126E

Text Example


Text Example

White with #77126E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77126E; }

 p { color: rgb(119,18,110); }

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

background-color css

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

 a { background-color: rgb(119,18,110); }

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

border-color css

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

 span { border-color: rgb(119,18,110); }

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