#530E59

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

Shades of Hot Purple #530E59

Tints of Hot Purple #530E59

Color information

#530E59 (or 0x530E59) is unknown color: approx Hot Purple. HEX triplet: 53, 0E and 59. RGB value is (83,14,89). Sum of RGB (Red+Green+Blue) = 83+14+89=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 14 (5.86% from 255 or 7.53% from 186); Blue value is 89 (35.16% from 255 or 47.85% from 186); Max value from RGB is 89 - color contains mainly: blue. Hex color #530E59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530E59 is #ACF1A6. Grayscale: #2A2A2A. Windows color (decimal): -11334055 or 5836371. OLE color: 5836371.

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

Color convert

RGB831489-
CMYK0.070.8400.65
HSL295.2º72.82%20.2%-
HSV(B)295.2º84.27%34.9%-
XYZ5.532.879.71-
YUV43.18153.86156.4-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.62%
GREEN value IS 14 (5.86% from 255) = 7.53%
BLUE value IS 89 (35.16% from 255) = 47.85%
R=44.62%
G=7.53%
B=47.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8314890.070.8400.65295.272.8220.2
Hex53E597540411274914
Octal123161317124010144711124
Binary101001111101011001111101010001000001100100111100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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