#51265C

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

Shades of Hot Purple #51265C

Tints of Hot Purple #51265C

Color information

#51265C (or 0x51265C) is unknown color: approx Hot Purple. HEX triplet: 51, 26 and 5C. RGB value is (81,38,92). Sum of RGB (Red+Green+Blue) = 81+38+92=211 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.39% from 211); Green value is 38 (15.23% from 255 or 18.01% from 211); Blue value is 92 (36.33% from 255 or 43.60% from 211); Max value from RGB is 92 - color contains mainly: blue. Hex color #51265C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51265C is #AED9A3. Grayscale: #383838. Windows color (decimal): -11458980 or 6039121. OLE color: 6039121.

HSL color Cylindrical-coordinate representation of color #51265C: hue angle of 287.78º 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 #51265C is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB813892-
CMYK0.120.5900.64
HSL287.78º41.54%25.49%-
HSV(B)287.78º58.7%36.08%-
XYZ6.023.9110.56-
YUV57.01147.75145.11-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.39%
GREEN value IS 38 (15.23% from 255) = 18.01%
BLUE value IS 92 (36.33% from 255) = 43.60%
R=38.39%
G=18.01%
B=43.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8138920.120.5900.64287.7841.5425.49
Hex51265CC3B0401202a19
Octal12146134147301004405231
Binary1010001100110101110011001110110100000010010000010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51265C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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