#57235A

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

Shades of Hot Purple #57235A

Tints of Hot Purple #57235A

Color information

#57235A (or 0x57235A) is unknown color: approx Hot Purple. HEX triplet: 57, 23 and 5A. RGB value is (87,35,90). Sum of RGB (Red+Green+Blue) = 87+35+90=212 (28% of max value = 765). Red value is 87 (34.38% from 255 or 41.04% from 212); Green value is 35 (14.06% from 255 or 16.51% from 212); Blue value is 90 (35.55% from 255 or 42.45% from 212); Max value from RGB is 90 - color contains mainly: blue. Hex color #57235A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57235A is #A8DCA5. Grayscale: #383838. Windows color (decimal): -11066534 or 5907287. OLE color: 5907287.

HSL color Cylindrical-coordinate representation of color #57235A: hue angle of 296.73º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57235A is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB873590-
CMYK0.030.6100.65
HSL296.73º44%24.51%-
HSV(B)296.73º61.11%35.29%-
XYZ6.383.9710.1-
YUV56.82146.73149.53-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 41.04%
GREEN value IS 35 (14.06% from 255) = 16.51%
BLUE value IS 90 (35.55% from 255) = 42.45%
R=41.04%
G=16.51%
B=42.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8735900.030.6100.65296.734424.51
Hex57235A33D0411292c19
Octal1274313237501014515431
Binary10101111000111011010111111010100000110010100110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57235A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57235A; }

 p { color: rgb(87,35,90); }

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

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

 a { background-color: rgb(87,35,90); }

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

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

 span { border-color: rgb(87,35,90); }

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