Html Css Color HEX #511858 Hot Purple

📋 copy color: '#511858'

red 81 ◦ green 24 ◦ blue 88

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

Shades of Hot Purple #511858

Tints of Hot Purple #511858

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.44%

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

R = 41.97%
G = 12.44%
B = 45.6%

CMYK

 C value IS 0.08

 M value IS 0.73

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#511858 (or 0x511858) is known color: Hot Purple. HEX triplet: 51, 18 and 58. RGB value is (81,24,88). Sum of RGB (Red+Green+Blue) = 81+24+88=193 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.97% from 193); Green value is 24 (9.77% from 255 or 12.44% from 193); Blue value is 88 (34.77% from 255 or 45.60% from 193); Max value from RGB is 88 - color contains mainly: blue. Hex color #511858 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511858 is #AEE7A7. Grayscale: #303030. Windows color (decimal): -11462568 or 5773393. OLE color: 5773393.

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

Color convert

RGB 81 24 88 -
CMYK 0.08 0.73 0 0.65
HSL 293.44º 0.57% 0.22% -
HSV(B) 293.44º 0.73% 0.35% -
XYZ 5.48 3.11 9.54 -
YUV 48.34 150.38 151.3 -
System Red Green Blue C M Y K H S L
Decimal 81 24 88 0.08 0.73 0 0.65 293.44 0.57 0.22
Hex 51 18 58 8 49 0 41 125 39 16
Octal 121 30 130 10 111 0 101 445 71 26
Binary 1010001 11000 1011000 1000 1001001 0 1000001 100100101 111001 10110

Color Harmonies of #511858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511858

Black with #511858

Text Example


Text Example

White with #511858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511858; }

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

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

background-color css

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

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

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

border-color css

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

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

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