#57255D

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

Shades of Hot Purple #57255D

Tints of Hot Purple #57255D

Color information

#57255D (or 0x57255D) is unknown color: approx Hot Purple. HEX triplet: 57, 25 and 5D. RGB value is (87,37,93). Sum of RGB (Red+Green+Blue) = 87+37+93=217 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.09% from 217); Green value is 37 (14.84% from 255 or 17.05% from 217); Blue value is 93 (36.72% from 255 or 42.86% from 217); Max value from RGB is 93 - color contains mainly: blue. Hex color #57255D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57255D is #A8DAA2. Grayscale: #3A3A3A. Windows color (decimal): -11066019 or 6104407. OLE color: 6104407.

HSL color Cylindrical-coordinate representation of color #57255D: hue angle of 293.57º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57255D is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB873793-
CMYK0.060.6000.64
HSL293.57º43.08%25.49%-
HSV(B)293.57º60.22%36.47%-
XYZ6.574.1410.81-
YUV58.33147.56148.45-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 40.09%
GREEN value IS 37 (14.84% from 255) = 17.05%
BLUE value IS 93 (36.72% from 255) = 42.86%
R=40.09%
G=17.05%
B=42.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8737930.060.6000.64293.5743.0825.49
Hex57255D63C0401262b19
Octal1274513567401004465331
Binary101011110010110111011101111000100000010010011010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57255D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57255D; }

 p { color: rgb(87,37,93); }

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

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

 a { background-color: rgb(87,37,93); }

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

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

 span { border-color: rgb(87,37,93); }

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