#530E58

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

Shades of Hot Purple #530E58

Tints of Hot Purple #530E58

Color information

#530E58 (or 0x530E58) is unknown color: approx Hot Purple. HEX triplet: 53, 0E and 58. RGB value is (83,14,88). Sum of RGB (Red+Green+Blue) = 83+14+88=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 14 (5.86% from 255 or 7.57% from 185); Blue value is 88 (34.77% from 255 or 47.57% from 185); Max value from RGB is 88 - color contains mainly: blue. Hex color #530E58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530E58 is #ACF1A7. Grayscale: #2A2A2A. Windows color (decimal): -11334056 or 5770835. OLE color: 5770835.

HSL color Cylindrical-coordinate representation of color #530E58: hue angle of 295.95º 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 #530E58 is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB831488-
CMYK0.060.8400.65
HSL295.95º72.55%20%-
HSV(B)295.95º84.09%34.51%-
XYZ5.492.869.49-
YUV43.07153.36156.48-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.86%
GREEN value IS 14 (5.86% from 255) = 7.57%
BLUE value IS 88 (34.77% from 255) = 47.57%
R=44.86%
G=7.57%
B=47.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8314880.060.8400.65295.9572.5520
Hex53E586540411284914
Octal123161306124010145011124
Binary101001111101011000110101010001000001100101000100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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