Html Css Color HEX #77126D Dark Purple

📋 copy color: '#77126D'

red 119 ◦ green 18 ◦ blue 109

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

Shades of Dark Purple #77126D

Tints of Dark Purple #77126D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 44.31%

R = 48.37%
G = 7.32%
B = 44.31%

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

#77126D (or 0x77126D) is known color: Dark Purple. HEX triplet: 77, 12 and 6D. RGB value is (119,18,109). Sum of RGB (Red+Green+Blue) = 119+18+109=246 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.37% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 109 (42.97% from 255 or 44.31% from 246); Max value from RGB is 119 - color contains mainly: red. Hex color #77126D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77126D is #88ED92. Grayscale: #3A3A3A. Windows color (decimal): -8973715 or 7148151. OLE color: 7148151.

HSL color Cylindrical-coordinate representation of color #77126D: hue angle of 305.94º 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 #77126D is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 18 109 -
CMYK 0 0.85 0.08 0.53
HSL 305.94º 0.74% 0.27% -
HSV(B) 305.94º 0.85% 0.47% -
XYZ 10.58 5.46 14.96 -
YUV 58.57 156.46 171.1 -
System Red Green Blue C M Y K H S L
Decimal 119 18 109 0 0.85 0.08 0.53 305.94 0.74 0.27
Hex 77 12 6D 0 55 8 35 132 4A 1B
Octal 167 22 155 0 125 10 65 462 112 33
Binary 1110111 10010 1101101 0 1010101 1000 110101 100110010 1001010 11011

Color Harmonies of #77126D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77126D

Black with #77126D

Text Example


Text Example

White with #77126D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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