#581361

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

Shades of Hot Purple #581361

Tints of Hot Purple #581361

Color information

#581361 (or 0x581361) is unknown color: approx Hot Purple. HEX triplet: 58, 13 and 61. RGB value is (88,19,97). Sum of RGB (Red+Green+Blue) = 88+19+97=204 (27% of max value = 765). Red value is 88 (34.77% from 255 or 43.14% from 204); Green value is 19 (7.81% from 255 or 9.31% from 204); Blue value is 97 (38.28% from 255 or 47.55% from 204); Max value from RGB is 97 - color contains mainly: blue. Hex color #581361 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581361 is #A7EC9E. Grayscale: #303030. Windows color (decimal): -11005087 or 6361944. OLE color: 6361944.

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

Color convert

RGB881997-
CMYK0.090.8000.62
HSL293.08º67.24%22.75%-
HSV(B)293.08º80.41%38.04%-
XYZ6.423.411.63-
YUV48.52155.36156.16-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 43.14%
GREEN value IS 19 (7.81% from 255) = 9.31%
BLUE value IS 97 (38.28% from 255) = 47.55%
R=43.14%
G=9.31%
B=47.55%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8819970.090.8000.62293.0867.2422.75
Hex58136195003E1254317
Octal130231411112007644510327
Binary1011000100111100001100110100000111110100100101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581361; }

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

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

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

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

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

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

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

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