#530A59

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

Shades of Hot Purple #530A59

Tints of Hot Purple #530A59

Color information

#530A59 (or 0x530A59) is unknown color: approx Hot Purple. HEX triplet: 53, 0A and 59. RGB value is (83,10,89). Sum of RGB (Red+Green+Blue) = 83+10+89=182 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.60% from 182); Green value is 10 (4.30% from 255 or 5.49% from 182); Blue value is 89 (35.16% from 255 or 48.90% from 182); Max value from RGB is 89 - color contains mainly: blue. Hex color #530A59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530A59 is #ACF5A6. Grayscale: #282828. Windows color (decimal): -11335079 or 5835347. OLE color: 5835347.

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

Color convert

RGB831089-
CMYK0.070.8900.65
HSL295.44º79.8%19.41%-
HSV(B)295.44º88.76%34.9%-
XYZ5.482.789.7-
YUV40.83155.18158.08-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.60%
GREEN value IS 10 (4.30% from 255) = 5.49%
BLUE value IS 89 (35.16% from 255) = 48.90%
R=45.60%
G=5.49%
B=48.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8310890.070.8900.65295.4479.819.41
Hex53A597590411275013
Octal123121317131010144712023
Binary101001110101011001111101100101000001100100111101000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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