#530D59

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

Shades of Hot Purple #530D59

Tints of Hot Purple #530D59

Color information

#530D59 (or 0x530D59) is unknown color: approx Hot Purple. HEX triplet: 53, 0D and 59. RGB value is (83,13,89). Sum of RGB (Red+Green+Blue) = 83+13+89=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 13 (5.47% from 255 or 7.03% from 185); Blue value is 89 (35.16% from 255 or 48.11% from 185); Max value from RGB is 89 - color contains mainly: blue. Hex color #530D59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530D59 is #ACF2A6. Grayscale: #2A2A2A. Windows color (decimal): -11334311 or 5836115. OLE color: 5836115.

HSL color Cylindrical-coordinate representation of color #530D59: hue angle of 295.26º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #530D59 is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB831389-
CMYK0.070.8500.65
HSL295.26º74.51%20%-
HSV(B)295.26º85.39%34.9%-
XYZ5.512.859.71-
YUV42.59154.19156.82-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.86%
GREEN value IS 13 (5.47% from 255) = 7.03%
BLUE value IS 89 (35.16% from 255) = 48.11%
R=44.86%
G=7.03%
B=48.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8313890.070.8500.65295.2674.5120
Hex53D597550411274b14
Octal123151317125010144711324
Binary101001111011011001111101010101000001100100111100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530D59; }

 p { color: rgb(83,13,89); }

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

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

 a { background-color: rgb(83,13,89); }

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

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

 span { border-color: rgb(83,13,89); }

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