#57305A

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

Shades of Hot Purple #57305A

Tints of Hot Purple #57305A

Color information

#57305A (or 0x57305A) is unknown color: approx Hot Purple. HEX triplet: 57, 30 and 5A. RGB value is (87,48,90). Sum of RGB (Red+Green+Blue) = 87+48+90=225 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.67% from 225); Green value is 48 (19.14% from 255 or 21.33% from 225); Blue value is 90 (35.55% from 255 or 40% from 225); Max value from RGB is 90 - color contains mainly: blue. Hex color #57305A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57305A is #A8CFA5. Grayscale: #404040. Windows color (decimal): -11063206 or 5910615. OLE color: 5910615.

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

Color convert

RGB874890-
CMYK0.030.4700.65
HSL295.71º30.43%27.06%-
HSV(B)295.71º46.67%35.29%-
XYZ6.834.8810.25-
YUV64.45142.42144.08-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.67%
GREEN value IS 48 (19.14% from 255) = 21.33%
BLUE value IS 90 (35.55% from 255) = 40%
R=38.67%
G=21.33%
B=40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8748900.030.4700.65295.7130.4327.06
Hex57305A32F0411281e1b
Octal1276013235701014503633
Binary1010111110000101101011101111010000011001010001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57305A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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