Html Css Color HEX #912470 Dark Purple

📋 copy color: '#912470'

red 145 ◦ green 36 ◦ blue 112

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

Shades of Dark Purple #912470

Tints of Dark Purple #912470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 38.23%

R = 49.49%
G = 12.29%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#912470 (or 0x912470) is known color: Dark Purple. HEX triplet: 91, 24 and 70. RGB value is (145,36,112). Sum of RGB (Red+Green+Blue) = 145+36+112=293 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.49% from 293); Green value is 36 (14.45% from 255 or 12.29% from 293); Blue value is 112 (44.14% from 255 or 38.23% from 293); Max value from RGB is 145 - color contains mainly: red. Hex color #912470 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912470 is #6EDB8F. Grayscale: #4D4D4D. Windows color (decimal): -7265168 or 7349393. OLE color: 7349393.

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

Color convert

RGB 145 36 112 -
CMYK 0 0.75 0.23 0.43
HSL 318.17º 0.6% 0.35% -
HSV(B) 318.17º 0.75% 0.57% -
XYZ 15.23 8.45 16.16 -
YUV 77.26 147.61 176.32 -
System Red Green Blue C M Y K H S L
Decimal 145 36 112 0 0.75 0.23 0.43 318.17 0.6 0.35
Hex 91 24 70 0 4B 17 2B 13E 3C 23
Octal 221 44 160 0 113 27 53 476 74 43
Binary 10010001 100100 1110000 0 1001011 10111 101011 100111110 111100 100011

Color Harmonies of #912470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912470

Black with #912470

Text Example


Text Example

White with #912470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912470; }

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

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

background-color css

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

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

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

border-color css

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

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

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