#581266

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

Shades of Hot Purple #581266

Tints of Hot Purple #581266

Color information

#581266 (or 0x581266) is unknown color: approx Hot Purple. HEX triplet: 58, 12 and 66. RGB value is (88,18,102). Sum of RGB (Red+Green+Blue) = 88+18+102=208 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.31% from 208); Green value is 18 (7.42% from 255 or 8.65% from 208); Blue value is 102 (40.23% from 255 or 49.04% from 208); Max value from RGB is 102 - color contains mainly: blue. Hex color #581266 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581266 is #A7ED99. Grayscale: #303030. Windows color (decimal): -11005338 or 6689368. OLE color: 6689368.

HSL color Cylindrical-coordinate representation of color #581266: hue angle of 290º 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 #581266 is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8818102-
CMYK0.140.8200.6
HSL290º70%23.53%-
HSV(B)290º82.35%40%-
XYZ6.643.4712.89-
YUV48.51158.19156.17-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.31%
GREEN value IS 18 (7.42% from 255) = 8.65%
BLUE value IS 102 (40.23% from 255) = 49.04%
R=42.31%
G=8.65%
B=49.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal88181020.140.8200.62907023.53
Hex581266E5203C1224618
Octal130221461612207444210630
Binary1011000100101100110111010100100111100100100010100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581266; }

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

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

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

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

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

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

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

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