#530E56

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

Shades of Hot Purple #530E56

Tints of Hot Purple #530E56

Color information

#530E56 (or 0x530E56) is unknown color: approx Hot Purple. HEX triplet: 53, 0E and 56. RGB value is (83,14,86). Sum of RGB (Red+Green+Blue) = 83+14+86=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 14 (5.86% from 255 or 7.65% from 183); Blue value is 86 (33.98% from 255 or 46.99% from 183); Max value from RGB is 86 - color contains mainly: blue. Hex color #530E56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530E56 is #ACF1A9. Grayscale: #2A2A2A. Windows color (decimal): -11334058 or 5639763. OLE color: 5639763.

HSL color Cylindrical-coordinate representation of color #530E56: hue angle of 297.5º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #530E56 is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB831486-
CMYK0.030.8400.66
HSL297.5º72%19.61%-
HSV(B)297.5º83.72%33.73%-
XYZ5.42.829.06-
YUV42.84152.36156.65-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.36%
GREEN value IS 14 (5.86% from 255) = 7.65%
BLUE value IS 86 (33.98% from 255) = 46.99%
R=45.36%
G=7.65%
B=46.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8314860.030.8400.66297.57219.61
Hex53E5635404212a4814
Octal123161263124010245211024
Binary10100111110101011011101010001000010100101010100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,14,86); }

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

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

 a { background-color: rgb(83,14,86); }

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

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

 span { border-color: rgb(83,14,86); }

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