#571459

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

Shades of Hot Purple #571459

Tints of Hot Purple #571459

Color information

#571459 (or 0x571459) is unknown color: approx Hot Purple. HEX triplet: 57, 14 and 59. RGB value is (87,20,89). Sum of RGB (Red+Green+Blue) = 87+20+89=196 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.39% from 196); Green value is 20 (8.20% from 255 or 10.20% from 196); Blue value is 89 (35.16% from 255 or 45.41% from 196); Max value from RGB is 89 - color contains mainly: blue. Hex color #571459 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571459 is #A8EBA6. Grayscale: #2F2F2F. Windows color (decimal): -11070375 or 5837911. OLE color: 5837911.

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

Color convert

RGB872089-
CMYK0.020.7800.65
HSL298.26º63.3%21.37%-
HSV(B)298.26º77.53%34.9%-
XYZ5.983.259.76-
YUV47.9151.2155.89-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.39%
GREEN value IS 20 (8.20% from 255) = 10.20%
BLUE value IS 89 (35.16% from 255) = 45.41%
R=44.39%
G=10.20%
B=45.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8720890.020.7800.65298.2663.321.37
Hex57145924E04112a3f15
Octal12724131211601014527725
Binary10101111010010110011010011100100000110010101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571459; }

 p { color: rgb(87,20,89); }

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

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

 a { background-color: rgb(87,20,89); }

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

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

 span { border-color: rgb(87,20,89); }

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