Html Css Color HEX #511951 Hot Purple

📋 copy color: '#511951'

red 81 ◦ green 25 ◦ blue 81

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

Shades of Hot Purple #511951

Tints of Hot Purple #511951

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.37%

 BLUE value IS 81 (32.03% from 255) = 43.32%

R = 43.32%
G = 13.37%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#511951 (or 0x511951) is known color: Hot Purple. HEX triplet: 51, 19 and 51. RGB value is (81,25,81). Sum of RGB (Red+Green+Blue) = 81+25+81=187 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.32% from 187); Green value is 25 (10.16% from 255 or 13.37% from 187); Blue value is 81 (32.03% from 255 or 43.32% from 187); Max value from RGB is 81 - color contains mainly: red, blue. Hex color #511951 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511951 is #AEE6AE. Grayscale: #2F2F2F. Windows color (decimal): -11462319 or 5314897. OLE color: 5314897.

HSL color Cylindrical-coordinate representation of color #511951: hue angle of 300º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #511951 is Cyan = 0, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 25 81 -
CMYK 0 0.69 0 0.68
HSL 300º 0.53% 0.21% -
HSV(B) 300º 0.69% 0.32% -
XYZ 5.23 3.04 8.1 -
YUV 48.13 146.55 151.45 -
System Red Green Blue C M Y K H S L
Decimal 81 25 81 0 0.69 0 0.68 300 0.53 0.21
Hex 51 19 51 0 45 0 44 12C 35 15
Octal 121 31 121 0 105 0 104 454 65 25
Binary 1010001 11001 1010001 0 1000101 0 1000100 100101100 110101 10101

Color Harmonies of #511951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511951

Black with #511951

Text Example


Text Example

White with #511951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511951; }

 p { color: rgb(81,25,81); }

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

background-color css

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

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

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

border-color css

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

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

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