Html Css Color HEX #912479 Dark Purple

📋 copy color: '#912479'

red 145 ◦ green 36 ◦ blue 121

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

Shades of Dark Purple #912479

Tints of Dark Purple #912479

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.92%

 BLUE value IS 121 (47.66% from 255) = 40.07%

R = 48.01%
G = 11.92%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#912479 (or 0x912479) is known color: Dark Purple. HEX triplet: 91, 24 and 79. RGB value is (145,36,121). Sum of RGB (Red+Green+Blue) = 145+36+121=302 (40% of max value = 765). Red value is 145 (57.03% from 255 or 48.01% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 121 (47.66% from 255 or 40.07% from 302); Max value from RGB is 145 - color contains mainly: red. Hex color #912479 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912479 is #6EDB86. Grayscale: #4E4E4E. Windows color (decimal): -7265159 or 7939217. OLE color: 7939217.

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

Color convert

RGB 145 36 121 -
CMYK 0 0.75 0.17 0.43
HSL 313.21º 0.6% 0.35% -
HSV(B) 313.21º 0.75% 0.57% -
XYZ 15.76 8.66 18.93 -
YUV 78.28 152.11 175.59 -
System Red Green Blue C M Y K H S L
Decimal 145 36 121 0 0.75 0.17 0.43 313.21 0.6 0.35
Hex 91 24 79 0 4B 11 2B 139 3C 23
Octal 221 44 171 0 113 21 53 471 74 43
Binary 10010001 100100 1111001 0 1001011 10001 101011 100111001 111100 100011

Color Harmonies of #912479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912479

Black with #912479

Text Example


Text Example

White with #912479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912479; }

 p { color: rgb(145,36,121); }

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

background-color css

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

 a { background-color: rgb(145,36,121); }

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

border-color css

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

 span { border-color: rgb(145,36,121); }

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