Html Css Color HEX #912570 Dark Purple

📋 copy color: '#912570'

red 145 ◦ green 37 ◦ blue 112

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

Shades of Dark Purple #912570

Tints of Dark Purple #912570

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.59%

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

R = 49.32%
G = 12.59%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#912570 (or 0x912570) is known color: Dark Purple. HEX triplet: 91, 25 and 70. RGB value is (145,37,112). Sum of RGB (Red+Green+Blue) = 145+37+112=294 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.32% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 112 (44.14% from 255 or 38.10% from 294); Max value from RGB is 145 - color contains mainly: red. Hex color #912570 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912570 is #6EDA8F. Grayscale: #4D4D4D. Windows color (decimal): -7264912 or 7349649. OLE color: 7349649.

HSL color Cylindrical-coordinate representation of color #912570: hue angle of 318.33º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #912570 is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 37 112 -
CMYK 0 0.74 0.23 0.43
HSL 318.33º 0.59% 0.36% -
HSV(B) 318.33º 0.74% 0.57% -
XYZ 15.26 8.51 16.17 -
YUV 77.84 147.28 175.9 -
System Red Green Blue C M Y K H S L
Decimal 145 37 112 0 0.74 0.23 0.43 318.33 0.59 0.36
Hex 91 25 70 0 4A 17 2B 13E 3B 24
Octal 221 45 160 0 112 27 53 476 73 44
Binary 10010001 100101 1110000 0 1001010 10111 101011 100111110 111011 100100

Color Harmonies of #912570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912570

Black with #912570

Text Example


Text Example

White with #912570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912570; }

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

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

background-color css

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

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

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

border-color css

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

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

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