#581261

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

Shades of Hot Purple #581261

Tints of Hot Purple #581261

Color information

#581261 (or 0x581261) is unknown color: approx Hot Purple. HEX triplet: 58, 12 and 61. RGB value is (88,18,97). Sum of RGB (Red+Green+Blue) = 88+18+97=203 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.35% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 97 (38.28% from 255 or 47.78% from 203); Max value from RGB is 97 - color contains mainly: blue. Hex color #581261 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581261 is #A7ED9E. Grayscale: #2F2F2F. Windows color (decimal): -11005343 or 6361688. OLE color: 6361688.

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

Color convert

RGB881897-
CMYK0.090.8100.62
HSL293.16º68.7%22.55%-
HSV(B)293.16º81.44%38.04%-
XYZ6.43.3711.62-
YUV47.94155.69156.58-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 43.35%
GREEN value IS 18 (7.42% from 255) = 8.87%
BLUE value IS 97 (38.28% from 255) = 47.78%
R=43.35%
G=8.87%
B=47.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8818970.090.8100.62293.1668.722.55
Hex58126195103E1254517
Octal130221411112107644510527
Binary1011000100101100001100110100010111110100100101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581261; }

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

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

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

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

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

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

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

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