#591266

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

Shades of Hot Purple #591266

Tints of Hot Purple #591266

Color information

#591266 (or 0x591266) is unknown color: approx Hot Purple. HEX triplet: 59, 12 and 66. RGB value is (89,18,102). Sum of RGB (Red+Green+Blue) = 89+18+102=209 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.58% from 209); Green value is 18 (7.42% from 255 or 8.61% from 209); Blue value is 102 (40.23% from 255 or 48.80% from 209); Max value from RGB is 102 - color contains mainly: blue. Hex color #591266 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591266 is #A6ED99. Grayscale: #303030. Windows color (decimal): -10939802 or 6689369. OLE color: 6689369.

HSL color Cylindrical-coordinate representation of color #591266: hue angle of 290.71º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #591266 is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8918102-
CMYK0.130.8200.6
HSL290.71º70%23.53%-
HSV(B)290.71º82.35%40%-
XYZ6.733.5212.89-
YUV48.8158.02156.67-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 42.58%
GREEN value IS 18 (7.42% from 255) = 8.61%
BLUE value IS 102 (40.23% from 255) = 48.80%
R=42.58%
G=8.61%
B=48.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal89181020.130.8200.6290.717023.53
Hex591266D5203C1234618
Octal131221461512207444310630
Binary1011001100101100110110110100100111100100100011100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591266; }

 p { color: rgb(89,18,102); }

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

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

 a { background-color: rgb(89,18,102); }

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

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

 span { border-color: rgb(89,18,102); }

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