#530D52

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

Shades of Hot Purple #530D52

Tints of Hot Purple #530D52

Color information

#530D52 (or 0x530D52) is unknown color: approx Hot Purple. HEX triplet: 53, 0D and 52. RGB value is (83,13,82). Sum of RGB (Red+Green+Blue) = 83+13+82=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 13 (5.47% from 255 or 7.30% from 178); Blue value is 82 (32.42% from 255 or 46.07% from 178); Max value from RGB is 83 - color contains mainly: red. Hex color #530D52 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530D52 is #ACF2AD. Grayscale: #292929. Windows color (decimal): -11334318 or 5377363. OLE color: 5377363.

HSL color Cylindrical-coordinate representation of color #530D52: hue angle of 300.86º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #530D52 is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB831382-
CMYK00.840.010.67
HSL300.86º72.92%18.82%-
HSV(B)300.86º84.34%32.55%-
XYZ5.232.748.23-
YUV41.8150.69157.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.63%
GREEN value IS 13 (5.47% from 255) = 7.30%
BLUE value IS 82 (32.42% from 255) = 46.07%
R=46.63%
G=7.30%
B=46.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83138200.840.010.67300.8672.9218.82
Hex53D5205414312d4913
Octal123151220124110345511123
Binary1010011110110100100101010011000011100101101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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