#913370

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

Shades of Dark Purple #913370

Tints of Dark Purple #913370

Color information

#913370 (or 0x913370) is unknown color: approx Dark Purple. HEX triplet: 91, 33 and 70. RGB value is (145,51,112). Sum of RGB (Red+Green+Blue) = 145+51+112=308 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.08% from 308); Green value is 51 (20.31% from 255 or 16.56% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 145 - color contains mainly: red. Hex color #913370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913370 is #6ECC8F. Grayscale: #555555. Windows color (decimal): -7261328 or 7353233. OLE color: 7353233.

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

Color convert

RGB14551112-
CMYK00.650.230.43
HSL321.06º47.96%38.43%-
HSV(B)321.06º64.83%56.86%-
XYZ15.799.5616.34-
YUV86.06142.64170.04-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 47.08%
GREEN value IS 51 (20.31% from 255) = 16.56%
BLUE value IS 112 (44.14% from 255) = 36.36%
R=47.08%
G=16.56%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1455111200.650.230.43321.0647.9638.43
Hex913370041172B1413026
Octal22163160010127535016046
Binary1001000111001111100000100000110111101011101000001110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913370; }

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

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

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

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

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

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

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

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