#51095A

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

Shades of Hot Purple #51095A

Tints of Hot Purple #51095A

Color information

#51095A (or 0x51095A) is unknown color: approx Hot Purple. HEX triplet: 51, 09 and 5A. RGB value is (81,9,90). Sum of RGB (Red+Green+Blue) = 81+9+90=180 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45% from 180); Green value is 9 (3.91% from 255 or 5% from 180); Blue value is 90 (35.55% from 255 or 50% from 180); Max value from RGB is 90 - color contains mainly: blue. Hex color #51095A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51095A is #AEF6A5. Grayscale: #272727. Windows color (decimal): -11466406 or 5900625. OLE color: 5900625.

HSL color Cylindrical-coordinate representation of color #51095A: hue angle of 293.33º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #51095A is Cyan = 0.1, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB81990-
CMYK0.10.900.65
HSL293.33º81.82%19.41%-
HSV(B)293.33º90%35.29%-
XYZ5.342.689.91-
YUV39.76156.35157.41-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 45%
GREEN value IS 9 (3.91% from 255) = 5%
BLUE value IS 90 (35.55% from 255) = 50%
R=45%
G=5%
B=50%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal819900.10.900.65293.3381.8219.41
Hex5195AA5A0411255213
Octal1211113212132010144512223
Binary1010001100110110101010101101001000001100100101101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51095A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51095A; }

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

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

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

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

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

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

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

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