#530551

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

Shades of Hot Purple #530551

Tints of Hot Purple #530551

Color information

#530551 (or 0x530551) is unknown color: approx Hot Purple. HEX triplet: 53, 05 and 51. RGB value is (83,5,81). Sum of RGB (Red+Green+Blue) = 83+5+81=169 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.11% from 169); Green value is 5 (2.34% from 255 or 2.96% from 169); Blue value is 81 (32.03% from 255 or 47.93% from 169); Max value from RGB is 83 - color contains mainly: red. Hex color #530551 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530551 is #ACFAAE. Grayscale: #242424. Windows color (decimal): -11336367 or 5309779. OLE color: 5309779.

HSL color Cylindrical-coordinate representation of color #530551: hue angle of 301.54º 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 #530551 is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB83581-
CMYK00.940.020.67
HSL301.54º88.64%17.25%-
HSV(B)301.54º93.98%32.55%-
XYZ5.112.548.01-
YUV36.99152.84160.82-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 49.11%
GREEN value IS 5 (2.34% from 255) = 2.96%
BLUE value IS 81 (32.03% from 255) = 47.93%
R=49.11%
G=2.96%
B=47.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8358100.940.020.67301.5488.6417.25
Hex5355105E24312e5911
Octal12351210136210345613121
Binary1010011101101000101011110101000011100101110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530551; }

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

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

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

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

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

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

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

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