Html Css Color HEX #912077 Dark Purple

📋 copy color: '#912077'

red 145 ◦ green 32 ◦ blue 119

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

Shades of Dark Purple #912077

Tints of Dark Purple #912077

RGB

 RED value IS 145 (57.03% from 255) = 48.99%

 GREEN value IS 32 (12.89% from 255) = 10.81%

 BLUE value IS 119 (46.88% from 255) = 40.2%

R = 48.99%
G = 10.81%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#912077 (or 0x912077) is known color: Dark Purple. HEX triplet: 91, 20 and 77. RGB value is (145,32,119). Sum of RGB (Red+Green+Blue) = 145+32+119=296 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.99% from 296); Green value is 32 (12.89% from 255 or 10.81% from 296); Blue value is 119 (46.88% from 255 or 40.20% from 296); Max value from RGB is 145 - color contains mainly: red. Hex color #912077 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912077 is #6EDF88. Grayscale: #4B4B4B. Windows color (decimal): -7266185 or 7807121. OLE color: 7807121.

HSL color Cylindrical-coordinate representation of color #912077: hue angle of 313.81º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #912077 is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 32 119 -
CMYK 0 0.78 0.18 0.43
HSL 313.81º 0.64% 0.35% -
HSV(B) 313.81º 0.78% 0.57% -
XYZ 15.52 8.38 18.25 -
YUV 75.71 152.44 177.43 -
System Red Green Blue C M Y K H S L
Decimal 145 32 119 0 0.78 0.18 0.43 313.81 0.64 0.35
Hex 91 20 77 0 4E 12 2B 13A 40 23
Octal 221 40 167 0 116 22 53 472 100 43
Binary 10010001 100000 1110111 0 1001110 10010 101011 100111010 1000000 100011

Color Harmonies of #912077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912077

Black with #912077

Text Example


Text Example

White with #912077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912077; }

 p { color: rgb(145,32,119); }

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

background-color css

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

 a { background-color: rgb(145,32,119); }

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

border-color css

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

 span { border-color: rgb(145,32,119); }

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