#571B58

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

Shades of Hot Purple #571B58

Tints of Hot Purple #571B58

Color information

#571B58 (or 0x571B58) is unknown color: approx Hot Purple. HEX triplet: 57, 1B and 58. RGB value is (87,27,88). Sum of RGB (Red+Green+Blue) = 87+27+88=202 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.07% from 202); Green value is 27 (10.94% from 255 or 13.37% from 202); Blue value is 88 (34.77% from 255 or 43.56% from 202); Max value from RGB is 88 - color contains mainly: blue. Hex color #571B58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571B58 is #A8E4A7. Grayscale: #333333. Windows color (decimal): -11068584 or 5774167. OLE color: 5774167.

HSL color Cylindrical-coordinate representation of color #571B58: hue angle of 299.02º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #571B58 is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB872788-
CMYK0.010.6900.65
HSL299.02º53.04%22.55%-
HSV(B)299.02º69.32%34.51%-
XYZ6.083.519.59-
YUV51.89148.38153.04-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.07%
GREEN value IS 27 (10.94% from 255) = 13.37%
BLUE value IS 88 (34.77% from 255) = 43.56%
R=43.07%
G=13.37%
B=43.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8727880.010.6900.65299.0253.0422.55
Hex571B5814504112b3517
Octal12733130110501014536527
Binary1010111110111011000110001010100000110010101111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571B58; }

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

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

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

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

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

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

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

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