#581260

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

Shades of Hot Purple #581260

Tints of Hot Purple #581260

Color information

#581260 (or 0x581260) is unknown color: approx Hot Purple. HEX triplet: 58, 12 and 60. RGB value is (88,18,96). Sum of RGB (Red+Green+Blue) = 88+18+96=202 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.56% from 202); Green value is 18 (7.42% from 255 or 8.91% from 202); Blue value is 96 (37.89% from 255 or 47.52% from 202); Max value from RGB is 96 - color contains mainly: blue. Hex color #581260 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581260 is #A7ED9F. Grayscale: #2F2F2F. Windows color (decimal): -11005344 or 6296152. OLE color: 6296152.

HSL color Cylindrical-coordinate representation of color #581260: hue angle of 293.85º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #581260 is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB881896-
CMYK0.080.8100.62
HSL293.85º68.42%22.35%-
HSV(B)293.85º81.25%37.65%-
XYZ6.353.3511.38-
YUV47.82155.19156.66-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 43.56%
GREEN value IS 18 (7.42% from 255) = 8.91%
BLUE value IS 96 (37.89% from 255) = 47.52%
R=43.56%
G=8.91%
B=47.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8818960.080.8100.62293.8568.4222.35
Hex58126085103E1264416
Octal130221401012107644610426
Binary1011000100101100000100010100010111110100100110100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581260; }

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

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

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

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

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

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

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

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