Html Css Color HEX #511E4E Hot Purple

📋 copy color: '#511E4E'

red 81 ◦ green 30 ◦ blue 78

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

Shades of Hot Purple #511E4E

Tints of Hot Purple #511E4E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.87%

 BLUE value IS 78 (30.86% from 255) = 41.27%

R = 42.86%
G = 15.87%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.04

 K value IS 0.68

RGB Variations

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

Color information

#511E4E (or 0x511E4E) is known color: Hot Purple. HEX triplet: 51, 1E and 4E. RGB value is (81,30,78). Sum of RGB (Red+Green+Blue) = 81+30+78=189 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.86% from 189); Green value is 30 (12.11% from 255 or 15.87% from 189); Blue value is 78 (30.86% from 255 or 41.27% from 189); Max value from RGB is 81 - color contains mainly: red. Hex color #511E4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511E4E is #AEE1B1. Grayscale: #323232. Windows color (decimal): -11461042 or 5119569. OLE color: 5119569.

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

Color convert

RGB 81 30 78 -
CMYK 0 0.63 0.04 0.68
HSL 303.53º 0.46% 0.22% -
HSV(B) 303.53º 0.63% 0.32% -
XYZ 5.23 3.23 7.55 -
YUV 50.72 143.4 149.6 -
System Red Green Blue C M Y K H S L
Decimal 81 30 78 0 0.63 0.04 0.68 303.53 0.46 0.22
Hex 51 1E 4E 0 3F 4 44 130 2E 16
Octal 121 36 116 0 77 4 104 460 56 26
Binary 1010001 11110 1001110 0 111111 100 1000100 100110000 101110 10110

Color Harmonies of #511E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511E4E

Black with #511E4E

Text Example


Text Example

White with #511E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,30,78); }

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

background-color css

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

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

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

border-color css

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

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

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