Html Css Color HEX #81014C Tyrian Purple

📋 copy color: '#81014C'

red 129 ◦ green 1 ◦ blue 76

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

Shades of Tyrian Purple #81014C

Tints of Tyrian Purple #81014C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 36.89%

R = 62.62%
G = 0.49%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#81014C (or 0x81014C) is known color: Tyrian Purple. HEX triplet: 81, 01 and 4C. RGB value is (129,1,76). Sum of RGB (Red+Green+Blue) = 129+1+76=206 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.62% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 76 (30.08% from 255 or 36.89% from 206); Max value from RGB is 129 - color contains mainly: red. Hex color #81014C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81014C is #7EFEB3. Grayscale: #2F2F2F. Windows color (decimal): -8322740 or 4981121. OLE color: 4981121.

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

Color convert

RGB 129 1 76 -
CMYK 0 0.99 0.41 0.49
HSL 324.84º 0.98% 0.25% -
HSV(B) 324.84º 0.99% 0.51% -
XYZ 10.37 5.21 7.3 -
YUV 47.82 143.91 185.9 -
System Red Green Blue C M Y K H S L
Decimal 129 1 76 0 0.99 0.41 0.49 324.84 0.98 0.25
Hex 81 1 4C 0 63 29 31 145 62 19
Octal 201 1 114 0 143 51 61 505 142 31
Binary 10000001 1 1001100 0 1100011 101001 110001 101000101 1100010 11001

Color Harmonies of #81014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81014C

Black with #81014C

Text Example


Text Example

White with #81014C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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