Html Css Color HEX #510949 Tyrian Purple

📋 copy color: '#510949'

red 81 ◦ green 9 ◦ blue 73

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

Shades of Tyrian Purple #510949

Tints of Tyrian Purple #510949

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.52%

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

R = 49.69%
G = 5.52%
B = 44.79%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#510949 (or 0x510949) is known color: Tyrian Purple. HEX triplet: 51, 09 and 49. RGB value is (81,9,73). Sum of RGB (Red+Green+Blue) = 81+9+73=163 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.69% from 163); Green value is 9 (3.91% from 255 or 5.52% from 163); Blue value is 73 (28.91% from 255 or 44.79% from 163); Max value from RGB is 81 - color contains mainly: red. Hex color #510949 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510949 is #AEF6B6. Grayscale: #252525. Windows color (decimal): -11466423 or 4786513. OLE color: 4786513.

HSL color Cylindrical-coordinate representation of color #510949: hue angle of 306.67º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #510949 is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 9 73 -
CMYK 0 0.89 0.10 0.68
HSL 306.67º 0.8% 0.18% -
HSV(B) 306.67º 0.89% 0.32% -
XYZ 4.69 2.43 6.52 -
YUV 37.82 147.85 158.8 -
System Red Green Blue C M Y K H S L
Decimal 81 9 73 0 0.89 0.10 0.68 306.67 0.8 0.18
Hex 51 9 49 0 59 A 44 133 50 12
Octal 121 11 111 0 131 12 104 463 120 22
Binary 1010001 1001 1001001 0 1011001 1010 1000100 100110011 1010000 10010

Color Harmonies of #510949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510949

Black with #510949

Text Example


Text Example

White with #510949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510949; }

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

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

background-color css

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

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

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

border-color css

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

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

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