Html Css Color HEX #810147 Tyrian Purple

📋 copy color: '#810147'

red 129 ◦ green 1 ◦ blue 71

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

Shades of Tyrian Purple #810147

Tints of Tyrian Purple #810147

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.5%

 BLUE value IS 71 (28.13% from 255) = 35.32%

R = 64.18%
G = 0.5%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#810147 (or 0x810147) is known color: Tyrian Purple. HEX triplet: 81, 01 and 47. RGB value is (129,1,71). Sum of RGB (Red+Green+Blue) = 129+1+71=201 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.18% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 71 (28.12% from 255 or 35.32% from 201); Max value from RGB is 129 - color contains mainly: red. Hex color #810147 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810147 is #7EFEB8. Grayscale: #2F2F2F. Windows color (decimal): -8322745 or 4653441. OLE color: 4653441.

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

Color convert

RGB 129 1 71 -
CMYK 0 0.99 0.45 0.49
HSL 327.19º 0.98% 0.25% -
HSV(B) 327.19º 0.99% 0.51% -
XYZ 10.2 5.14 6.42 -
YUV 47.25 141.41 186.31 -
System Red Green Blue C M Y K H S L
Decimal 129 1 71 0 0.99 0.45 0.49 327.19 0.98 0.25
Hex 81 1 47 0 63 2D 31 147 62 19
Octal 201 1 107 0 143 55 61 507 142 31
Binary 10000001 1 1000111 0 1100011 101101 110001 101000111 1100010 11001

Color Harmonies of #810147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810147

Black with #810147

Text Example


Text Example

White with #810147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810147; }

 p { color: rgb(129,1,71); }

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

background-color css

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

 a { background-color: rgb(129,1,71); }

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

border-color css

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

 span { border-color: rgb(129,1,71); }

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