#591267

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

Shades of Hot Purple #591267

Tints of Hot Purple #591267

Color information

#591267 (or 0x591267) is unknown color: approx Hot Purple. HEX triplet: 59, 12 and 67. RGB value is (89,18,103). Sum of RGB (Red+Green+Blue) = 89+18+103=210 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.38% from 210); Green value is 18 (7.42% from 255 or 8.57% from 210); Blue value is 103 (40.62% from 255 or 49.05% from 210); Max value from RGB is 103 - color contains mainly: blue. Hex color #591267 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591267 is #A6ED98. Grayscale: #303030. Windows color (decimal): -10939801 or 6754905. OLE color: 6754905.

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

Color convert

RGB8918103-
CMYK0.140.8300.60
HSL290.12º70.25%23.73%-
HSV(B)290.12º82.52%40.39%-
XYZ6.783.5413.16-
YUV48.92158.52156.59-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 42.38%
GREEN value IS 18 (7.42% from 255) = 8.57%
BLUE value IS 103 (40.62% from 255) = 49.05%
R=42.38%
G=8.57%
B=49.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal89181030.140.8300.60290.1270.2523.73
Hex591267E5303C1224618
Octal131221471612307444210630
Binary1011001100101100111111010100110111100100100010100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591267; }

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

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

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

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

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

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

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

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