#912E71

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

Shades of Dark Purple #912E71

Tints of Dark Purple #912E71

Color information

#912E71 (or 0x912E71) is unknown color: approx Dark Purple. HEX triplet: 91, 2E and 71. RGB value is (145,46,113). Sum of RGB (Red+Green+Blue) = 145+46+113=304 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.70% from 304); Green value is 46 (18.36% from 255 or 15.13% from 304); Blue value is 113 (44.53% from 255 or 37.17% from 304); Max value from RGB is 145 - color contains mainly: red. Hex color #912E71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912E71 is #6ED18E. Grayscale: #535353. Windows color (decimal): -7262607 or 7417489. OLE color: 7417489.

HSL color Cylindrical-coordinate representation of color #912E71: hue angle of 319.39º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #912E71 is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB14546113-
CMYK00.680.220.43
HSL319.39º51.83%37.45%-
HSV(B)319.39º68.28%56.86%-
XYZ15.639.1716.57-
YUV83.24144.8172.05-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 47.70%
GREEN value IS 46 (18.36% from 255) = 15.13%
BLUE value IS 113 (44.53% from 255) = 37.17%
R=47.70%
G=15.13%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1454611300.680.220.43319.3951.8337.45
Hex912E71044162B13f3425
Octal22156161010426534776445
Binary1001000110111011100010100010010110101011100111111110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912E71; }

 p { color: rgb(145,46,113); }

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

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

 a { background-color: rgb(145,46,113); }

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

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

 span { border-color: rgb(145,46,113); }

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