#530951

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

Shades of Hot Purple #530951

Tints of Hot Purple #530951

Color information

#530951 (or 0x530951) is unknown color: approx Hot Purple. HEX triplet: 53, 09 and 51. RGB value is (83,9,81). Sum of RGB (Red+Green+Blue) = 83+9+81=173 (22% of max value = 765). Red value is 83 (32.81% from 255 or 47.98% from 173); Green value is 9 (3.91% from 255 or 5.20% from 173); Blue value is 81 (32.03% from 255 or 46.82% from 173); Max value from RGB is 83 - color contains mainly: red. Hex color #530951 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530951 is #ACF6AE. Grayscale: #272727. Windows color (decimal): -11335343 or 5310803. OLE color: 5310803.

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

Color convert

RGB83981-
CMYK00.890.020.67
HSL301.62º80.43%18.04%-
HSV(B)301.62º89.16%32.55%-
XYZ5.152.638.02-
YUV39.33151.52159.15-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.98%
GREEN value IS 9 (3.91% from 255) = 5.20%
BLUE value IS 81 (32.03% from 255) = 46.82%
R=47.98%
G=5.20%
B=46.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8398100.890.020.67301.6280.4318.04
Hex5395105924312e5012
Octal123111210131210345612022
Binary10100111001101000101011001101000011100101110101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530951; }

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

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

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

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

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

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

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

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