#530D58

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

Shades of Hot Purple #530D58

Tints of Hot Purple #530D58

Color information

#530D58 (or 0x530D58) is unknown color: approx Hot Purple. HEX triplet: 53, 0D and 58. RGB value is (83,13,88). Sum of RGB (Red+Green+Blue) = 83+13+88=184 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.11% from 184); Green value is 13 (5.47% from 255 or 7.07% from 184); Blue value is 88 (34.77% from 255 or 47.83% from 184); Max value from RGB is 88 - color contains mainly: blue. Hex color #530D58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530D58 is #ACF2A7. Grayscale: #2A2A2A. Windows color (decimal): -11334312 or 5770579. OLE color: 5770579.

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

Color convert

RGB831388-
CMYK0.060.8500.65
HSL296º74.26%19.8%-
HSV(B)296º85.23%34.51%-
XYZ5.472.839.49-
YUV42.48153.69156.9-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.11%
GREEN value IS 13 (5.47% from 255) = 7.07%
BLUE value IS 88 (34.77% from 255) = 47.83%
R=45.11%
G=7.07%
B=47.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8313880.060.8500.6529674.2619.8
Hex53D586550411284a14
Octal123151306125010145011224
Binary101001111011011000110101010101000001100101000100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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