Html Css Color HEX #511158 Hot Purple

📋 copy color: '#511158'

red 81 ◦ green 17 ◦ blue 88

#511158
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Purple #511158

Tints of Hot Purple #511158

RGB

 RED value IS 81 (32.03% from 255) = 43.55%

 GREEN value IS 17 (7.03% from 255) = 9.14%

 BLUE value IS 88 (34.77% from 255) = 47.31%

R = 43.55%
G = 9.14%
B = 47.31%

CMYK

 C value IS 0.08

 M value IS 0.81

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#511158 (or 0x511158) is known color: Hot Purple. HEX triplet: 51, 11 and 58. RGB value is (81,17,88). Sum of RGB (Red+Green+Blue) = 81+17+88=186 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.55% from 186); Green value is 17 (7.03% from 255 or 9.14% from 186); Blue value is 88 (34.77% from 255 or 47.31% from 186); Max value from RGB is 88 - color contains mainly: blue. Hex color #511158 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511158 is #AEEEA7. Grayscale: #2C2C2C. Windows color (decimal): -11464360 or 5771601. OLE color: 5771601.

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

Color convert

RGB 81 17 88 -
CMYK 0.08 0.81 0 0.65
HSL 294.08º 0.68% 0.21% -
HSV(B) 294.08º 0.81% 0.35% -
XYZ 5.36 2.85 9.5 -
YUV 44.23 152.7 154.23 -
System Red Green Blue C M Y K H S L
Decimal 81 17 88 0.08 0.81 0 0.65 294.08 0.68 0.21
Hex 51 11 58 8 51 0 41 126 44 15
Octal 121 21 130 10 121 0 101 446 104 25
Binary 1010001 10001 1011000 1000 1010001 0 1000001 100100110 1000100 10101

Color Harmonies of #511158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511158

Black with #511158

Text Example


Text Example

White with #511158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511158; }

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

 H1.HeaderClassName
 {
   color: #511158;
 }
 .AnyTagClassName
 {
   color: #511158;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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