Html Css Color HEX #511141 Tyrian Purple

📋 copy color: '#511141'

red 81 ◦ green 17 ◦ blue 65

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

Shades of Tyrian Purple #511141

Tints of Tyrian Purple #511141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 39.88%

R = 49.69%
G = 10.43%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#511141 (or 0x511141) is known color: Tyrian Purple. HEX triplet: 51, 11 and 41. RGB value is (81,17,65). Sum of RGB (Red+Green+Blue) = 81+17+65=163 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.69% from 163); Green value is 17 (7.03% from 255 or 10.43% from 163); Blue value is 65 (25.78% from 255 or 39.88% from 163); Max value from RGB is 81 - color contains mainly: red. Hex color #511141 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511141 is #AEEEBE. Grayscale: #292929. Windows color (decimal): -11464383 or 4264273. OLE color: 4264273.

HSL color Cylindrical-coordinate representation of color #511141: hue angle of 315º 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 #511141 is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 17 65 -
CMYK 0 0.79 0.20 0.68
HSL 315º 0.65% 0.19% -
HSV(B) 315º 0.79% 0.32% -
XYZ 4.55 2.53 5.25 -
YUV 41.61 141.2 156.1 -
System Red Green Blue C M Y K H S L
Decimal 81 17 65 0 0.79 0.20 0.68 315 0.65 0.19
Hex 51 11 41 0 4F 14 44 13B 41 13
Octal 121 21 101 0 117 24 104 473 101 23
Binary 1010001 10001 1000001 0 1001111 10100 1000100 100111011 1000001 10011

Color Harmonies of #511141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511141

Black with #511141

Text Example


Text Example

White with #511141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511141; }

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

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

background-color css

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

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

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

border-color css

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

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

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