Html Css Color HEX #912472 Dark Purple

📋 copy color: '#912472'

red 145 ◦ green 36 ◦ blue 114

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

Shades of Dark Purple #912472

Tints of Dark Purple #912472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 38.64%

R = 49.15%
G = 12.2%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#912472 (or 0x912472) is known color: Dark Purple. HEX triplet: 91, 24 and 72. RGB value is (145,36,114). Sum of RGB (Red+Green+Blue) = 145+36+114=295 (39% of max value = 765). Red value is 145 (57.03% from 255 or 49.15% from 295); Green value is 36 (14.45% from 255 or 12.20% from 295); Blue value is 114 (44.92% from 255 or 38.64% from 295); Max value from RGB is 145 - color contains mainly: red. Hex color #912472 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912472 is #6EDB8D. Grayscale: #4D4D4D. Windows color (decimal): -7265166 or 7480465. OLE color: 7480465.

HSL color Cylindrical-coordinate representation of color #912472: hue angle of 317.06º 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 #912472 is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 36 114 -
CMYK 0 0.75 0.21 0.43
HSL 317.06º 0.6% 0.35% -
HSV(B) 317.06º 0.75% 0.57% -
XYZ 15.35 8.5 16.75 -
YUV 77.48 148.61 176.16 -
System Red Green Blue C M Y K H S L
Decimal 145 36 114 0 0.75 0.21 0.43 317.06 0.6 0.35
Hex 91 24 72 0 4B 15 2B 13D 3C 23
Octal 221 44 162 0 113 25 53 475 74 43
Binary 10010001 100100 1110010 0 1001011 10101 101011 100111101 111100 100011

Color Harmonies of #912472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912472

Black with #912472

Text Example


Text Example

White with #912472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912472; }

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

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

background-color css

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

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

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

border-color css

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

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

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