#511358

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

Shades of Hot Purple #511358

Tints of Hot Purple #511358

Color information

#511358 (or 0x511358) is unknown color: approx Hot Purple. HEX triplet: 51, 13 and 58. RGB value is (81,19,88). Sum of RGB (Red+Green+Blue) = 81+19+88=188 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.09% from 188); Green value is 19 (7.81% from 255 or 10.11% from 188); Blue value is 88 (34.77% from 255 or 46.81% from 188); Max value from RGB is 88 - color contains mainly: blue. Hex color #511358 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511358 is #AEECA7. Grayscale: #2D2D2D. Windows color (decimal): -11463848 or 5772113. OLE color: 5772113.

HSL color Cylindrical-coordinate representation of color #511358: hue angle of 293.91º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #511358 is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB811988-
CMYK0.080.7800.65
HSL293.91º64.49%20.98%-
HSV(B)293.91º78.41%34.51%-
XYZ5.392.929.51-
YUV45.4152.04153.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.09%
GREEN value IS 19 (7.81% from 255) = 10.11%
BLUE value IS 88 (34.77% from 255) = 46.81%
R=43.09%
G=10.11%
B=46.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8119880.080.7800.65293.9164.4920.98
Hex51135884E0411264015
Octal1212313010116010144610025
Binary10100011001110110001000100111001000001100100110100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511358; }

 p { color: rgb(81,19,88); }

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

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

 a { background-color: rgb(81,19,88); }

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

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

 span { border-color: rgb(81,19,88); }

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