#511553

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

Shades of Hot Purple #511553

Tints of Hot Purple #511553

Color information

#511553 (or 0x511553) is unknown color: approx Hot Purple. HEX triplet: 51, 15 and 53. RGB value is (81,21,83). Sum of RGB (Red+Green+Blue) = 81+21+83=185 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.78% from 185); Green value is 21 (8.59% from 255 or 11.35% from 185); Blue value is 83 (32.81% from 255 or 44.86% from 185); Max value from RGB is 83 - color contains mainly: blue. Hex color #511553 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511553 is #AEEAAC. Grayscale: #2D2D2D. Windows color (decimal): -11463341 or 5444945. OLE color: 5444945.

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

Color convert

RGB812183-
CMYK0.020.7500.67
HSL298.06º59.62%20.39%-
HSV(B)298.06º74.7%32.55%-
XYZ5.222.918.47-
YUV46.01148.88152.96-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.78%
GREEN value IS 21 (8.59% from 255) = 11.35%
BLUE value IS 83 (32.81% from 255) = 44.86%
R=43.78%
G=11.35%
B=44.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8121830.020.7500.67298.0659.6220.39
Hex51155324B04312a3c14
Octal12125123211301034527424
Binary10100011010110100111010010110100001110010101011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511553; }

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

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

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

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

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

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

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

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