#51195C

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

Shades of Hot Purple #51195C

Tints of Hot Purple #51195C

Color information

#51195C (or 0x51195C) is unknown color: approx Hot Purple. HEX triplet: 51, 19 and 5C. RGB value is (81,25,92). Sum of RGB (Red+Green+Blue) = 81+25+92=198 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.91% from 198); Green value is 25 (10.16% from 255 or 12.63% from 198); Blue value is 92 (36.33% from 255 or 46.46% from 198); Max value from RGB is 92 - color contains mainly: blue. Hex color #51195C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51195C is #AEE6A3. Grayscale: #313131. Windows color (decimal): -11462308 or 6035793. OLE color: 6035793.

HSL color Cylindrical-coordinate representation of color #51195C: hue angle of 290.15º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #51195C is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB812592-
CMYK0.120.7300.64
HSL290.15º57.26%22.94%-
HSV(B)290.15º72.83%36.08%-
XYZ5.673.2210.45-
YUV49.38152.05150.55-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.91%
GREEN value IS 25 (10.16% from 255) = 12.63%
BLUE value IS 92 (36.33% from 255) = 46.46%
R=40.91%
G=12.63%
B=46.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8125920.120.7300.64290.1557.2622.94
Hex51195CC490401223917
Octal121311341411101004427127
Binary1010001110011011100110010010010100000010010001011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51195C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51195C; }

 p { color: rgb(81,25,92); }

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

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

 a { background-color: rgb(81,25,92); }

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

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

 span { border-color: rgb(81,25,92); }

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