Html Css Color HEX #511D5D Hot Purple

📋 copy color: '#511D5D'

red 81 ◦ green 29 ◦ blue 93

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

Shades of Hot Purple #511D5D

Tints of Hot Purple #511D5D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.29%

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

R = 39.9%
G = 14.29%
B = 45.81%

CMYK

 C value IS 0.13

 M value IS 0.69

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#511D5D (or 0x511D5D) is known color: Hot Purple. HEX triplet: 51, 1D and 5D. RGB value is (81,29,93). Sum of RGB (Red+Green+Blue) = 81+29+93=203 (26% of max value = 765). Red value is 81 (32.03% from 255 or 39.90% from 203); Green value is 29 (11.72% from 255 or 14.29% from 203); Blue value is 93 (36.72% from 255 or 45.81% from 203); Max value from RGB is 93 - color contains mainly: blue. Hex color #511D5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511D5D is #AEE2A2. Grayscale: #333333. Windows color (decimal): -11461283 or 6102353. OLE color: 6102353.

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

Color convert

RGB 81 29 93 -
CMYK 0.13 0.69 0 0.64
HSL 288.75º 0.52% 0.24% -
HSV(B) 288.75º 0.69% 0.36% -
XYZ 5.81 3.42 10.71 -
YUV 51.84 151.23 148.8 -
System Red Green Blue C M Y K H S L
Decimal 81 29 93 0.13 0.69 0 0.64 288.75 0.52 0.24
Hex 51 1D 5D D 45 0 40 121 34 18
Octal 121 35 135 15 105 0 100 441 64 30
Binary 1010001 11101 1011101 1101 1000101 0 1000000 100100001 110100 11000

Color Harmonies of #511D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511D5D

Black with #511D5D

Text Example


Text Example

White with #511D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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