#51255B

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

Shades of Hot Purple #51255B

Tints of Hot Purple #51255B

Color information

#51255B (or 0x51255B) is unknown color: approx Hot Purple. HEX triplet: 51, 25 and 5B. RGB value is (81,37,91). Sum of RGB (Red+Green+Blue) = 81+37+91=209 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.76% from 209); Green value is 37 (14.84% from 255 or 17.70% from 209); Blue value is 91 (35.94% from 255 or 43.54% from 209); Max value from RGB is 91 - color contains mainly: blue. Hex color #51255B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51255B is #AEDAA4. Grayscale: #383838. Windows color (decimal): -11459237 or 5973329. OLE color: 5973329.

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

Color convert

RGB813791-
CMYK0.110.5900.64
HSL288.89º42.19%25.1%-
HSV(B)288.89º59.34%35.69%-
XYZ5.943.8310.32-
YUV56.31147.58145.61-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.76%
GREEN value IS 37 (14.84% from 255) = 17.70%
BLUE value IS 91 (35.94% from 255) = 43.54%
R=38.76%
G=17.70%
B=43.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8137910.110.5900.64288.8942.1925.1
Hex51255BB3B0401212a19
Octal12145133137301004415231
Binary1010001100101101101110111110110100000010010000110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51255B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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