Html Css Color HEX #510849 Tyrian Purple

📋 copy color: '#510849'

red 81 ◦ green 8 ◦ blue 73

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

Shades of Tyrian Purple #510849

Tints of Tyrian Purple #510849

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.94%

 BLUE value IS 73 (28.91% from 255) = 45.06%

R = 50%
G = 4.94%
B = 45.06%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#510849 (or 0x510849) is known color: Tyrian Purple. HEX triplet: 51, 08 and 49. RGB value is (81,8,73). Sum of RGB (Red+Green+Blue) = 81+8+73=162 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50% from 162); Green value is 8 (3.52% from 255 or 4.94% from 162); Blue value is 73 (28.91% from 255 or 45.06% from 162); Max value from RGB is 81 - color contains mainly: red. Hex color #510849 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510849 is #AEF7B6. Grayscale: #252525. Windows color (decimal): -11466679 or 4786257. OLE color: 4786257.

HSL color Cylindrical-coordinate representation of color #510849: hue angle of 306.58º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #510849 is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 8 73 -
CMYK 0 0.90 0.10 0.68
HSL 306.58º 0.82% 0.17% -
HSV(B) 306.58º 0.9% 0.32% -
XYZ 4.68 2.4 6.52 -
YUV 37.24 148.18 159.21 -
System Red Green Blue C M Y K H S L
Decimal 81 8 73 0 0.90 0.10 0.68 306.58 0.82 0.17
Hex 51 8 49 0 5A A 44 133 52 11
Octal 121 10 111 0 132 12 104 463 122 21
Binary 1010001 1000 1001001 0 1011010 1010 1000100 100110011 1010010 10001

Color Harmonies of #510849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510849

Black with #510849

Text Example


Text Example

White with #510849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510849; }

 p { color: rgb(81,8,73); }

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

background-color css

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

 a { background-color: rgb(81,8,73); }

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

border-color css

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

 span { border-color: rgb(81,8,73); }

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