Html Css Color HEX #511F5D Hot Purple

📋 copy color: '#511F5D'

red 81 ◦ green 31 ◦ blue 93

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

Shades of Hot Purple #511F5D

Tints of Hot Purple #511F5D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.12%

 BLUE value IS 93 (36.72% from 255) = 45.37%

R = 39.51%
G = 15.12%
B = 45.37%

CMYK

 C value IS 0.13

 M value IS 0.67

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#511F5D (or 0x511F5D) is known color: Hot Purple. HEX triplet: 51, 1F and 5D. RGB value is (81,31,93). Sum of RGB (Red+Green+Blue) = 81+31+93=205 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.51% from 205); Green value is 31 (12.5% from 255 or 15.12% from 205); Blue value is 93 (36.72% from 255 or 45.37% from 205); Max value from RGB is 93 - color contains mainly: blue. Hex color #511F5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511F5D is #AEE0A2. Grayscale: #343434. Windows color (decimal): -11460771 or 6102865. OLE color: 6102865.

HSL color Cylindrical-coordinate representation of color #511F5D: hue angle of 288.39º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #511F5D is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 81 31 93 -
CMYK 0.13 0.67 0 0.64
HSL 288.39º 0.5% 0.24% -
HSV(B) 288.39º 0.67% 0.36% -
XYZ 5.86 3.52 10.73 -
YUV 53.02 150.57 147.96 -
System Red Green Blue C M Y K H S L
Decimal 81 31 93 0.13 0.67 0 0.64 288.39 0.5 0.24
Hex 51 1F 5D D 43 0 40 120 32 18
Octal 121 37 135 15 103 0 100 440 62 30
Binary 1010001 11111 1011101 1101 1000011 0 1000000 100100000 110010 11000

Color Harmonies of #511F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511F5D

Black with #511F5D

Text Example


Text Example

White with #511F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511F5D; }

 p { color: rgb(81,31,93); }

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

background-color css

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

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

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

border-color css

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

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

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