#571558

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

Shades of Hot Purple #571558

Tints of Hot Purple #571558

Color information

#571558 (or 0x571558) is unknown color: approx Hot Purple. HEX triplet: 57, 15 and 58. RGB value is (87,21,88). Sum of RGB (Red+Green+Blue) = 87+21+88=196 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.39% from 196); Green value is 21 (8.59% from 255 or 10.71% from 196); Blue value is 88 (34.77% from 255 or 44.90% from 196); Max value from RGB is 88 - color contains mainly: blue. Hex color #571558 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571558 is #A8EAA7. Grayscale: #303030. Windows color (decimal): -11070120 or 5772631. OLE color: 5772631.

HSL color Cylindrical-coordinate representation of color #571558: hue angle of 299.1º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #571558 is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB872188-
CMYK0.010.7600.65
HSL299.1º61.47%21.37%-
HSV(B)299.1º76.14%34.51%-
XYZ5.963.279.55-
YUV48.37150.37155.55-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.39%
GREEN value IS 21 (8.59% from 255) = 10.71%
BLUE value IS 88 (34.77% from 255) = 44.90%
R=44.39%
G=10.71%
B=44.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8721880.010.7600.65299.161.4721.37
Hex57155814C04112b3d15
Octal12725130111401014537525
Binary1010111101011011000110011000100000110010101111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571558; }

 p { color: rgb(87,21,88); }

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

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

 a { background-color: rgb(87,21,88); }

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

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

 span { border-color: rgb(87,21,88); }

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