#581067

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

Shades of Hot Purple #581067

Tints of Hot Purple #581067

Color information

#581067 (or 0x581067) is unknown color: approx Hot Purple. HEX triplet: 58, 10 and 67. RGB value is (88,16,103). Sum of RGB (Red+Green+Blue) = 88+16+103=207 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.51% from 207); Green value is 16 (6.64% from 255 or 7.73% from 207); Blue value is 103 (40.62% from 255 or 49.76% from 207); Max value from RGB is 103 - color contains mainly: blue. Hex color #581067 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581067 is #A7EF98. Grayscale: #2F2F2F. Windows color (decimal): -11005849 or 6754392. OLE color: 6754392.

HSL color Cylindrical-coordinate representation of color #581067: hue angle of 289.66º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #581067 is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8816103-
CMYK0.150.8400.60
HSL289.66º73.11%23.33%-
HSV(B)289.66º84.47%40.39%-
XYZ6.663.4213.14-
YUV47.45159.35156.93-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.51%
GREEN value IS 16 (6.64% from 255) = 7.73%
BLUE value IS 103 (40.62% from 255) = 49.76%
R=42.51%
G=7.73%
B=49.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal88161030.150.8400.60289.6673.1123.33
Hex581067F5403C1224917
Octal130201471712407444211127
Binary1011000100001100111111110101000111100100100010100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581067; }

 p { color: rgb(88,16,103); }

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

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

 a { background-color: rgb(88,16,103); }

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

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

 span { border-color: rgb(88,16,103); }

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