#530553

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

Shades of Hot Purple #530553

Tints of Hot Purple #530553

Color information

#530553 (or 0x530553) is unknown color: approx Hot Purple. HEX triplet: 53, 05 and 53. RGB value is (83,5,83). Sum of RGB (Red+Green+Blue) = 83+5+83=171 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.54% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 83 (32.81% from 255 or 48.54% from 171); Max value from RGB is 83 - color contains mainly: red, blue. Hex color #530553 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530553 is #ACFAAC. Grayscale: #242424. Windows color (decimal): -11336365 or 5440851. OLE color: 5440851.

HSL color Cylindrical-coordinate representation of color #530553: hue angle of 300º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #530553 is Cyan = 0, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB83583-
CMYK00.9400.67
HSL300º88.64%17.25%-
HSV(B)300º93.98%32.55%-
XYZ5.182.578.41-
YUV37.21153.84160.66-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 48.54%
GREEN value IS 5 (2.34% from 255) = 2.92%
BLUE value IS 83 (32.81% from 255) = 48.54%
R=48.54%
G=2.92%
B=48.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8358300.9400.6730088.6417.25
Hex5355305E04312c5911
Octal12351230136010345413121
Binary101001110110100110101111001000011100101100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530553; }

 p { color: rgb(83,5,83); }

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

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

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

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

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

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

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