Html Css Color HEX #511144 Tyrian Purple

📋 copy color: '#511144'

red 81 ◦ green 17 ◦ blue 68

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

Shades of Tyrian Purple #511144

Tints of Tyrian Purple #511144

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.24%

 BLUE value IS 68 (26.95% from 255) = 40.96%

R = 48.8%
G = 10.24%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.16

 K value IS 0.68

RGB Variations

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

Color information

#511144 (or 0x511144) is known color: Tyrian Purple. HEX triplet: 51, 11 and 44. RGB value is (81,17,68). Sum of RGB (Red+Green+Blue) = 81+17+68=166 (21% of max value = 765). Red value is 81 (32.03% from 255 or 48.80% from 166); Green value is 17 (7.03% from 255 or 10.24% from 166); Blue value is 68 (26.95% from 255 or 40.96% from 166); Max value from RGB is 81 - color contains mainly: red. Hex color #511144 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511144 is #AEEEBB. Grayscale: #292929. Windows color (decimal): -11464380 or 4460881. OLE color: 4460881.

HSL color Cylindrical-coordinate representation of color #511144: hue angle of 312.19º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #511144 is Cyan = 0, Magento = 0.79, Yellow = 0.16 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 17 68 -
CMYK 0 0.79 0.16 0.68
HSL 312.19º 0.65% 0.19% -
HSV(B) 312.19º 0.79% 0.32% -
XYZ 4.64 2.57 5.72 -
YUV 41.95 142.7 155.85 -
System Red Green Blue C M Y K H S L
Decimal 81 17 68 0 0.79 0.16 0.68 312.19 0.65 0.19
Hex 51 11 44 0 4F 10 44 138 41 13
Octal 121 21 104 0 117 20 104 470 101 23
Binary 1010001 10001 1000100 0 1001111 10000 1000100 100111000 1000001 10011

Color Harmonies of #511144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511144

Black with #511144

Text Example


Text Example

White with #511144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511144; }

 p { color: rgb(81,17,68); }

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

background-color css

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

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

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

border-color css

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

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

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