Html Css Color HEX #511F4F Hot Purple

📋 copy color: '#511F4F'

red 81 ◦ green 31 ◦ blue 79

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

Shades of Hot Purple #511F4F

Tints of Hot Purple #511F4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 41.36%

R = 42.41%
G = 16.23%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.02

 K value IS 0.68

RGB Variations

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

Color information

#511F4F (or 0x511F4F) is known color: Hot Purple. HEX triplet: 51, 1F and 4F. RGB value is (81,31,79). Sum of RGB (Red+Green+Blue) = 81+31+79=191 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.41% from 191); Green value is 31 (12.5% from 255 or 16.23% from 191); Blue value is 79 (31.25% from 255 or 41.36% from 191); Max value from RGB is 81 - color contains mainly: red. Hex color #511F4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511F4F is #AEE0B0. Grayscale: #333333. Windows color (decimal): -11460785 or 5185361. OLE color: 5185361.

HSL color Cylindrical-coordinate representation of color #511F4F: hue angle of 302.4º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #511F4F is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 31 79 -
CMYK 0 0.62 0.02 0.68
HSL 302.4º 0.45% 0.22% -
HSV(B) 302.4º 0.62% 0.32% -
XYZ 5.29 3.29 7.75 -
YUV 51.42 143.57 149.1 -
System Red Green Blue C M Y K H S L
Decimal 81 31 79 0 0.62 0.02 0.68 302.4 0.45 0.22
Hex 51 1F 4F 0 3E 2 44 12E 2D 16
Octal 121 37 117 0 76 2 104 456 55 26
Binary 1010001 11111 1001111 0 111110 10 1000100 100101110 101101 10110

Color Harmonies of #511F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511F4F

Black with #511F4F

Text Example


Text Example

White with #511F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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