#510953

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

Shades of Hot Purple #510953

Tints of Hot Purple #510953

Color information

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

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

Color convert

RGB81983-
CMYK0.020.8900.67
HSL298.38º80.43%18.04%-
HSV(B)298.38º89.16%32.55%-
XYZ5.052.578.41-
YUV38.96152.85157.98-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal819830.020.8900.67298.3880.4318.04
Hex5195325904312a5012
Octal121111232131010345212022
Binary10100011001101001110101100101000011100101010101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510953; }

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

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

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

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

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

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

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

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