Html Css Color HEX #511145 Tyrian Purple

📋 copy color: '#511145'

red 81 ◦ green 17 ◦ blue 69

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

Shades of Tyrian Purple #511145

Tints of Tyrian Purple #511145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 41.32%

R = 48.5%
G = 10.18%
B = 41.32%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#511145 (or 0x511145) is known color: Tyrian Purple. HEX triplet: 51, 11 and 45. RGB value is (81,17,69). Sum of RGB (Red+Green+Blue) = 81+17+69=167 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.50% from 167); Green value is 17 (7.03% from 255 or 10.18% from 167); Blue value is 69 (27.34% from 255 or 41.32% from 167); Max value from RGB is 81 - color contains mainly: red. Hex color #511145 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511145 is #AEEEBA. Grayscale: #292929. Windows color (decimal): -11464379 or 4526417. OLE color: 4526417.

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

Color convert

RGB 81 17 69 -
CMYK 0 0.79 0.15 0.68
HSL 311.25º 0.65% 0.19% -
HSV(B) 311.25º 0.79% 0.32% -
XYZ 4.67 2.58 5.88 -
YUV 42.06 143.2 155.77 -
System Red Green Blue C M Y K H S L
Decimal 81 17 69 0 0.79 0.15 0.68 311.25 0.65 0.19
Hex 51 11 45 0 4F F 44 137 41 13
Octal 121 21 105 0 117 17 104 467 101 23
Binary 1010001 10001 1000101 0 1001111 1111 1000100 100110111 1000001 10011

Color Harmonies of #511145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511145

Black with #511145

Text Example


Text Example

White with #511145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511145; }

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

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

background-color css

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

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

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

border-color css

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

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

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