#51025C

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

Shades of Hot Purple #51025C

Tints of Hot Purple #51025C

Color information

#51025C (or 0x51025C) is unknown color: approx Hot Purple. HEX triplet: 51, 02 and 5C. RGB value is (81,2,92). Sum of RGB (Red+Green+Blue) = 81+2+92=175 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.29% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 92 (36.33% from 255 or 52.57% from 175); Max value from RGB is 92 - color contains mainly: blue. Hex color #51025C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51025C is #AEFDA3. Grayscale: #232323. Windows color (decimal): -11468196 or 6029905. OLE color: 6029905.

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

Color convert

RGB81292-
CMYK0.120.9800.64
HSL292.67º95.74%18.43%-
HSV(B)292.67º97.83%36.08%-
XYZ5.352.5710.34-
YUV35.88159.67160.18-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.29%
GREEN value IS 2 (1.17% from 255) = 1.14%
BLUE value IS 92 (36.33% from 255) = 52.57%
R=46.29%
G=1.14%
B=52.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal812920.120.9800.64292.6795.7418.43
Hex5125CC620401256012
Octal121213414142010044514022
Binary10100011010111001100110001001000000100100101110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51025C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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