#530C57

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

Shades of Hot Purple #530C57

Tints of Hot Purple #530C57

Color information

#530C57 (or 0x530C57) is unknown color: approx Hot Purple. HEX triplet: 53, 0C and 57. RGB value is (83,12,87). Sum of RGB (Red+Green+Blue) = 83+12+87=182 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.60% from 182); Green value is 12 (5.08% from 255 or 6.59% from 182); Blue value is 87 (34.38% from 255 or 47.80% from 182); Max value from RGB is 87 - color contains mainly: blue. Hex color #530C57 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530C57 is #ACF3A8. Grayscale: #292929. Windows color (decimal): -11334569 or 5704787. OLE color: 5704787.

HSL color Cylindrical-coordinate representation of color #530C57: hue angle of 296.8º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #530C57 is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB831287-
CMYK0.050.8600.66
HSL296.8º75.76%19.41%-
HSV(B)296.8º86.21%34.12%-
XYZ5.422.799.27-
YUV41.78153.52157.4-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.60%
GREEN value IS 12 (5.08% from 255) = 6.59%
BLUE value IS 87 (34.38% from 255) = 47.80%
R=45.60%
G=6.59%
B=47.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8312870.050.8600.66296.875.7619.41
Hex53C575560421294c13
Octal123141275126010245111423
Binary101001111001010111101101011001000010100101001100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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