#530C5E

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

Shades of Hot Purple #530C5E

Tints of Hot Purple #530C5E

Color information

#530C5E (or 0x530C5E) is unknown color: approx Hot Purple. HEX triplet: 53, 0C and 5E. RGB value is (83,12,94). Sum of RGB (Red+Green+Blue) = 83+12+94=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 12 (5.08% from 255 or 6.35% from 189); Blue value is 94 (37.11% from 255 or 49.74% from 189); Max value from RGB is 94 - color contains mainly: blue. Hex color #530C5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530C5E is #ACF3A1. Grayscale: #2A2A2A. Windows color (decimal): -11334562 or 6163539. OLE color: 6163539.

HSL color Cylindrical-coordinate representation of color #530C5E: hue angle of 291.95º degrees, saturation: 0.77, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #530C5E is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB831294-
CMYK0.120.8700.63
HSL291.95º77.36%20.78%-
HSV(B)291.95º87.23%36.86%-
XYZ5.722.9110.85-
YUV42.58157.02156.83-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.92%
GREEN value IS 12 (5.08% from 255) = 6.35%
BLUE value IS 94 (37.11% from 255) = 49.74%
R=43.92%
G=6.35%
B=49.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8312940.120.8700.63291.9577.3620.78
Hex53C5EC5703F1244d15
Octal123141361412707744411525
Binary101001111001011110110010101110111111100100100100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,12,94); }

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

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

 a { background-color: rgb(83,12,94); }

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

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

 span { border-color: rgb(83,12,94); }

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