#530357

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

Shades of Hot Purple #530357

Tints of Hot Purple #530357

Color information

#530357 (or 0x530357) is unknown color: approx Hot Purple. HEX triplet: 53, 03 and 57. RGB value is (83,3,87). Sum of RGB (Red+Green+Blue) = 83+3+87=173 (22% of max value = 765). Red value is 83 (32.81% from 255 or 47.98% from 173); Green value is 3 (1.56% from 255 or 1.73% from 173); Blue value is 87 (34.38% from 255 or 50.29% from 173); Max value from RGB is 87 - color contains mainly: blue. Hex color #530357 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530357 is #ACFCA8. Grayscale: #242424. Windows color (decimal): -11336873 or 5702483. OLE color: 5702483.

HSL color Cylindrical-coordinate representation of color #530357: hue angle of 297.14º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #530357 is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB83387-
CMYK0.050.9700.66
HSL297.14º93.33%17.65%-
HSV(B)297.14º96.55%34.12%-
XYZ5.322.599.24-
YUV36.5156.5161.17-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.98%
GREEN value IS 3 (1.56% from 255) = 1.73%
BLUE value IS 87 (34.38% from 255) = 50.29%
R=47.98%
G=1.73%
B=50.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal833870.050.9700.66297.1493.3317.65
Hex533575610421295d12
Octal12331275141010245113522
Binary1010011111010111101110000101000010100101001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530357; }

 p { color: rgb(83,3,87); }

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

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

 a { background-color: rgb(83,3,87); }

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

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

 span { border-color: rgb(83,3,87); }

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