#581366

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

Shades of Hot Purple #581366

Tints of Hot Purple #581366

Color information

#581366 (or 0x581366) is unknown color: approx Hot Purple. HEX triplet: 58, 13 and 66. RGB value is (88,19,102). Sum of RGB (Red+Green+Blue) = 88+19+102=209 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.11% from 209); Green value is 19 (7.81% from 255 or 9.09% 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 #581366 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581366 is #A7EC99. Grayscale: #303030. Windows color (decimal): -11005082 or 6689624. OLE color: 6689624.

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

Color convert

RGB8819102-
CMYK0.140.8100.6
HSL289.88º68.6%23.73%-
HSV(B)289.88º81.37%40%-
XYZ6.663.512.9-
YUV49.09157.86155.75-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.11%
GREEN value IS 19 (7.81% from 255) = 9.09%
BLUE value IS 102 (40.23% from 255) = 48.80%
R=42.11%
G=9.09%
B=48.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal88191020.140.8100.6289.8868.623.73
Hex581366E5103C1224518
Octal130231461612107444210530
Binary1011000100111100110111010100010111100100100010100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581366; }

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

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

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

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

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

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

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

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