#51165C

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

Shades of Hot Purple #51165C

Tints of Hot Purple #51165C

Color information

#51165C (or 0x51165C) is unknown color: approx Hot Purple. HEX triplet: 51, 16 and 5C. RGB value is (81,22,92). Sum of RGB (Red+Green+Blue) = 81+22+92=195 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.54% from 195); Green value is 22 (8.98% from 255 or 11.28% from 195); Blue value is 92 (36.33% from 255 or 47.18% from 195); Max value from RGB is 92 - color contains mainly: blue. Hex color #51165C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51165C is #AEE9A3. Grayscale: #2F2F2F. Windows color (decimal): -11463076 or 6035025. OLE color: 6035025.

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

Color convert

RGB812292-
CMYK0.120.7600.64
HSL290.57º61.4%22.35%-
HSV(B)290.57º76.09%36.08%-
XYZ5.613.110.43-
YUV47.62153.05151.81-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.54%
GREEN value IS 22 (8.98% from 255) = 11.28%
BLUE value IS 92 (36.33% from 255) = 47.18%
R=41.54%
G=11.28%
B=47.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8122920.120.7600.64290.5761.422.35
Hex51165CC4C0401233d16
Octal121261341411401004437526
Binary1010001101101011100110010011000100000010010001111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51165C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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