Html Css Color HEX #810049 Tyrian Purple

📋 copy color: '#810049'

red 129 ◦ green 0 ◦ blue 73

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

Shades of Tyrian Purple #810049

Tints of Tyrian Purple #810049

RGB

 RED value IS 129 (50.78% from 255) = 63.86%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 63.86%
G = 0%
B = 36.14%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#810049 (or 0x810049) is known color: Tyrian Purple. HEX triplet: 81, 00 and 49. RGB value is (129,0,73). Sum of RGB (Red+Green+Blue) = 129+0+73=202 (26% of max value = 765). Red value is 129 (50.78% from 255 or 63.86% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 73 (28.91% from 255 or 36.14% from 202); Max value from RGB is 129 - color contains mainly: red. Hex color #810049 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810049 is #7EFFB6. Grayscale: #2E2E2E. Windows color (decimal): -8322999 or 4784257. OLE color: 4784257.

HSL color Cylindrical-coordinate representation of color #810049: hue angle of 326.05º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #810049 is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 0 73 -
CMYK 0 1 0.43 0.49
HSL 326.05º 1% 0.25% -
HSV(B) 326.05º 1% 0.51% -
XYZ 10.26 5.15 6.76 -
YUV 46.89 142.74 186.56 -
System Red Green Blue C M Y K H S L
Decimal 129 0 73 0 1 0.43 0.49 326.05 1 0.25
Hex 81 0 49 0 64 2B 31 146 64 19
Octal 201 0 111 0 144 53 61 506 144 31
Binary 10000001 0 1001001 0 1100100 101011 110001 101000110 1100100 11001

Color Harmonies of #810049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810049

Black with #810049

Text Example


Text Example

White with #810049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810049; }

 p { color: rgb(129,0,73); }

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

background-color css

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

 a { background-color: rgb(129,0,73); }

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

border-color css

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

 span { border-color: rgb(129,0,73); }

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