#530A60

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

Shades of Hot Purple #530A60

Tints of Hot Purple #530A60

Color information

#530A60 (or 0x530A60) is unknown color: approx Hot Purple. HEX triplet: 53, 0A and 60. RGB value is (83,10,96). Sum of RGB (Red+Green+Blue) = 83+10+96=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 10 (4.30% from 255 or 5.29% from 189); Blue value is 96 (37.89% from 255 or 50.79% from 189); Max value from RGB is 96 - color contains mainly: blue. Hex color #530A60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530A60 is #ACF59F. Grayscale: #292929. Windows color (decimal): -11335072 or 6294099. OLE color: 6294099.

HSL color Cylindrical-coordinate representation of color #530A60: hue angle of 290.93º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #530A60 is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB831096-
CMYK0.140.9000.62
HSL290.93º81.13%20.78%-
HSV(B)290.93º89.58%37.65%-
XYZ5.792.911.32-
YUV41.63158.68157.51-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.92%
GREEN value IS 10 (4.30% from 255) = 5.29%
BLUE value IS 96 (37.89% from 255) = 50.79%
R=43.92%
G=5.29%
B=50.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8310960.140.9000.62290.9381.1320.78
Hex53A60E5A03E1235115
Octal123121401613207644312125
Binary101001110101100000111010110100111110100100011101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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