#51245B

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

Shades of Hot Purple #51245B

Tints of Hot Purple #51245B

Color information

#51245B (or 0x51245B) is unknown color: approx Hot Purple. HEX triplet: 51, 24 and 5B. RGB value is (81,36,91). Sum of RGB (Red+Green+Blue) = 81+36+91=208 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.94% from 208); Green value is 36 (14.45% from 255 or 17.31% from 208); Blue value is 91 (35.94% from 255 or 43.75% from 208); Max value from RGB is 91 - color contains mainly: blue. Hex color #51245B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51245B is #AEDBA4. Grayscale: #373737. Windows color (decimal): -11459493 or 5973073. OLE color: 5973073.

HSL color Cylindrical-coordinate representation of color #51245B: hue angle of 289.09º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51245B is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB813691-
CMYK0.110.6000.64
HSL289.09º43.31%24.9%-
HSV(B)289.09º60.44%35.69%-
XYZ5.913.7710.31-
YUV55.72147.91146.03-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.94%
GREEN value IS 36 (14.45% from 255) = 17.31%
BLUE value IS 91 (35.94% from 255) = 43.75%
R=38.94%
G=17.31%
B=43.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8136910.110.6000.64289.0943.3124.9
Hex51245BB3C0401212b19
Octal12144133137401004415331
Binary1010001100100101101110111111000100000010010000110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51245B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51245B; }

 p { color: rgb(81,36,91); }

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

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

 a { background-color: rgb(81,36,91); }

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

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

 span { border-color: rgb(81,36,91); }

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