Html Css Color HEX #912270 Dark Purple

📋 copy color: '#912270'

red 145 ◦ green 34 ◦ blue 112

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

Shades of Dark Purple #912270

Tints of Dark Purple #912270

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.68%

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

R = 49.83%
G = 11.68%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#912270 (or 0x912270) is known color: Dark Purple. HEX triplet: 91, 22 and 70. RGB value is (145,34,112). Sum of RGB (Red+Green+Blue) = 145+34+112=291 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.83% from 291); Green value is 34 (13.67% from 255 or 11.68% from 291); Blue value is 112 (44.14% from 255 or 38.49% from 291); Max value from RGB is 145 - color contains mainly: red. Hex color #912270 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912270 is #6EDD8F. Grayscale: #4B4B4B. Windows color (decimal): -7265680 or 7348881. OLE color: 7348881.

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

Color convert

RGB 145 34 112 -
CMYK 0 0.77 0.23 0.43
HSL 317.84º 0.62% 0.35% -
HSV(B) 317.84º 0.77% 0.57% -
XYZ 15.17 8.33 16.14 -
YUV 76.08 148.27 177.16 -
System Red Green Blue C M Y K H S L
Decimal 145 34 112 0 0.77 0.23 0.43 317.84 0.62 0.35
Hex 91 22 70 0 4D 17 2B 13E 3E 23
Octal 221 42 160 0 115 27 53 476 76 43
Binary 10010001 100010 1110000 0 1001101 10111 101011 100111110 111110 100011

Color Harmonies of #912270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912270

Black with #912270

Text Example


Text Example

White with #912270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912270; }

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

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

background-color css

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

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

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

border-color css

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

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

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