Html Css Color HEX #511040 Tyrian Purple

📋 copy color: '#511040'

red 81 ◦ green 16 ◦ blue 64

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

Shades of Tyrian Purple #511040

Tints of Tyrian Purple #511040

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.94%

 BLUE value IS 64 (25.39% from 255) = 39.75%

R = 50.31%
G = 9.94%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#511040 (or 0x511040) is known color: Tyrian Purple. HEX triplet: 51, 10 and 40. RGB value is (81,16,64). Sum of RGB (Red+Green+Blue) = 81+16+64=161 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.31% from 161); Green value is 16 (6.64% from 255 or 9.94% from 161); Blue value is 64 (25.39% from 255 or 39.75% from 161); Max value from RGB is 81 - color contains mainly: red. Hex color #511040 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511040 is #AEEFBF. Grayscale: #282828. Windows color (decimal): -11464640 or 4198481. OLE color: 4198481.

HSL color Cylindrical-coordinate representation of color #511040: hue angle of 315.69º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #511040 is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 16 64 -
CMYK 0 0.80 0.21 0.68
HSL 315.69º 0.67% 0.19% -
HSV(B) 315.69º 0.8% 0.32% -
XYZ 4.5 2.49 5.09 -
YUV 40.91 141.03 156.6 -
System Red Green Blue C M Y K H S L
Decimal 81 16 64 0 0.80 0.21 0.68 315.69 0.67 0.19
Hex 51 10 40 0 50 15 44 13C 43 13
Octal 121 20 100 0 120 25 104 474 103 23
Binary 1010001 10000 1000000 0 1010000 10101 1000100 100111100 1000011 10011

Color Harmonies of #511040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511040

Black with #511040

Text Example


Text Example

White with #511040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511040; }

 p { color: rgb(81,16,64); }

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

background-color css

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

 a { background-color: rgb(81,16,64); }

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

border-color css

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

 span { border-color: rgb(81,16,64); }

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