Html Css Color HEX #810449 Tyrian Purple

📋 copy color: '#810449'

red 129 ◦ green 4 ◦ blue 73

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

Shades of Tyrian Purple #810449

Tints of Tyrian Purple #810449

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.94%

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

R = 62.62%
G = 1.94%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#810449 (or 0x810449) is known color: Tyrian Purple. HEX triplet: 81, 04 and 49. RGB value is (129,4,73). Sum of RGB (Red+Green+Blue) = 129+4+73=206 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.62% from 206); Green value is 4 (1.95% from 255 or 1.94% from 206); Blue value is 73 (28.91% from 255 or 35.44% from 206); Max value from RGB is 129 - color contains mainly: red. Hex color #810449 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810449 is #7EFBB6. Grayscale: #313131. Windows color (decimal): -8321975 or 4785281. OLE color: 4785281.

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

Color convert

RGB 129 4 73 -
CMYK 0 0.97 0.43 0.49
HSL 326.88º 0.94% 0.26% -
HSV(B) 326.88º 0.97% 0.51% -
XYZ 10.3 5.24 6.77 -
YUV 49.24 141.41 184.89 -
System Red Green Blue C M Y K H S L
Decimal 129 4 73 0 0.97 0.43 0.49 326.88 0.94 0.26
Hex 81 4 49 0 61 2B 31 147 5E 1A
Octal 201 4 111 0 141 53 61 507 136 32
Binary 10000001 100 1001001 0 1100001 101011 110001 101000111 1011110 11010

Color Harmonies of #810449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810449

Black with #810449

Text Example


Text Example

White with #810449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810449; }

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

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

background-color css

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

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

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

border-color css

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

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

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