#530A52

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

Shades of Hot Purple #530A52

Tints of Hot Purple #530A52

Color information

#530A52 (or 0x530A52) is unknown color: approx Hot Purple. HEX triplet: 53, 0A and 52. RGB value is (83,10,82). Sum of RGB (Red+Green+Blue) = 83+10+82=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 10 (4.30% from 255 or 5.71% from 175); Blue value is 82 (32.42% from 255 or 46.86% from 175); Max value from RGB is 83 - color contains mainly: red. Hex color #530A52 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530A52 is #ACF5AD. Grayscale: #272727. Windows color (decimal): -11335086 or 5376595. OLE color: 5376595.

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

Color convert

RGB831082-
CMYK00.880.010.67
HSL300.82º78.49%18.24%-
HSV(B)300.82º87.95%32.55%-
XYZ5.22.678.22-
YUV40.03151.68158.65-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.43%
GREEN value IS 10 (4.30% from 255) = 5.71%
BLUE value IS 82 (32.42% from 255) = 46.86%
R=47.43%
G=5.71%
B=46.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83108200.880.010.67300.8278.4918.24
Hex53A5205814312d4e12
Octal123121220130110345511622
Binary1010011101010100100101100011000011100101101100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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