#912F72

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

Shades of Dark Purple #912F72

Tints of Dark Purple #912F72

Color information

#912F72 (or 0x912F72) is unknown color: approx Dark Purple. HEX triplet: 91, 2F and 72. RGB value is (145,47,114). Sum of RGB (Red+Green+Blue) = 145+47+114=306 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.39% from 306); Green value is 47 (18.75% from 255 or 15.36% from 306); Blue value is 114 (44.92% from 255 or 37.25% from 306); Max value from RGB is 145 - color contains mainly: red. Hex color #912F72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912F72 is #6ED08D. Grayscale: #535353. Windows color (decimal): -7262350 or 7483281. OLE color: 7483281.

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

Color convert

RGB14547114-
CMYK00.680.210.43
HSL318.98º51.04%37.65%-
HSV(B)318.98º67.59%56.86%-
XYZ15.739.2716.88-
YUV83.94144.97171.55-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 47.39%
GREEN value IS 47 (18.75% from 255) = 15.36%
BLUE value IS 114 (44.92% from 255) = 37.25%
R=47.39%
G=15.36%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1454711400.680.210.43318.9851.0437.65
Hex912F72044152B13f3326
Octal22157162010425534776346
Binary1001000110111111100100100010010101101011100111111110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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