#581064

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

Shades of Hot Purple #581064

Tints of Hot Purple #581064

Color information

#581064 (or 0x581064) is unknown color: approx Hot Purple. HEX triplet: 58, 10 and 64. RGB value is (88,16,100). Sum of RGB (Red+Green+Blue) = 88+16+100=204 (27% of max value = 765). Red value is 88 (34.77% from 255 or 43.14% from 204); Green value is 16 (6.64% from 255 or 7.84% from 204); Blue value is 100 (39.45% from 255 or 49.02% from 204); Max value from RGB is 100 - color contains mainly: blue. Hex color #581064 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581064 is #A7EF9B. Grayscale: #2E2E2E. Windows color (decimal): -11005852 or 6557784. OLE color: 6557784.

HSL color Cylindrical-coordinate representation of color #581064: hue angle of 291.43º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #581064 is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB8816100-
CMYK0.120.8400.61
HSL291.43º72.41%22.75%-
HSV(B)291.43º84%39.22%-
XYZ6.513.3712.36-
YUV47.1157.85157.17-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 43.14%
GREEN value IS 16 (6.64% from 255) = 7.84%
BLUE value IS 100 (39.45% from 255) = 49.02%
R=43.14%
G=7.84%
B=49.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal88161000.120.8400.61291.4372.4122.75
Hex581064C5403D1234817
Octal130201441412407544311027
Binary1011000100001100100110010101000111101100100011100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581064; }

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

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

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

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

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

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

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

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