#911472

Color #911472 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #911472

Tints of Dark Purple #911472

Color information

#911472 (or 0x911472) is unknown color: approx Dark Purple. HEX triplet: 91, 14 and 72. RGB value is (145,20,114). Sum of RGB (Red+Green+Blue) = 145+20+114=279 (36% of max value = 765). Red value is 145 (57.03% from 255 or 51.97% from 279); Green value is 20 (8.20% from 255 or 7.17% from 279); Blue value is 114 (44.92% from 255 or 40.86% from 279); Max value from RGB is 145 - color contains mainly: red. Hex color #911472 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #911472 is #6EEB8D. Grayscale: #434343. Windows color (decimal): -7269262 or 7476369. OLE color: 7476369.

HSL color Cylindrical-coordinate representation of color #911472: hue angle of 314.88º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #911472 is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB14520114-
CMYK00.860.210.43
HSL314.88º75.76%32.35%-
HSV(B)314.88º86.21%56.86%-
XYZ14.967.7316.62-
YUV68.09153.91182.86-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 51.97%
GREEN value IS 20 (8.20% from 255) = 7.17%
BLUE value IS 114 (44.92% from 255) = 40.86%
R=51.97%
G=7.17%
B=40.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1452011400.860.210.43314.8875.7632.35
Hex911472056152B13b4c20
Octal221241620126255347311440
Binary1001000110100111001001010110101011010111001110111001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #911472; }

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

 H1.HeaderClassName
 {
   color: #911472;
 }
 .AnyTagClassName
 {
   color: #911472;
 }
</style>
background-color css

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

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

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

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

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

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