Html Css Color HEX #81014D Tyrian Purple

📋 copy color: '#81014D'

red 129 ◦ green 1 ◦ blue 77

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

Shades of Tyrian Purple #81014D

Tints of Tyrian Purple #81014D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 37.2%

R = 62.32%
G = 0.48%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#81014D (or 0x81014D) is known color: Tyrian Purple. HEX triplet: 81, 01 and 4D. RGB value is (129,1,77). Sum of RGB (Red+Green+Blue) = 129+1+77=207 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.32% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 77 (30.47% from 255 or 37.20% from 207); Max value from RGB is 129 - color contains mainly: red. Hex color #81014D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81014D is #7EFEB2. Grayscale: #2F2F2F. Windows color (decimal): -8322739 or 5046657. OLE color: 5046657.

HSL color Cylindrical-coordinate representation of color #81014D: hue angle of 324.38º 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 #81014D is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 1 77 -
CMYK 0 0.99 0.40 0.49
HSL 324.38º 0.98% 0.25% -
HSV(B) 324.38º 0.99% 0.51% -
XYZ 10.4 5.22 7.48 -
YUV 47.94 144.41 185.82 -
System Red Green Blue C M Y K H S L
Decimal 129 1 77 0 0.99 0.40 0.49 324.38 0.98 0.25
Hex 81 1 4D 0 63 28 31 144 62 19
Octal 201 1 115 0 143 50 61 504 142 31
Binary 10000001 1 1001101 0 1100011 101000 110001 101000100 1100010 11001

Color Harmonies of #81014D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81014D

Black with #81014D

Text Example


Text Example

White with #81014D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81014D; }

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

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

background-color css

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

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

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

border-color css

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

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

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