Html Css Color HEX #81014F Tyrian Purple

📋 copy color: '#81014F'

red 129 ◦ green 1 ◦ blue 79

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

Shades of Tyrian Purple #81014F

Tints of Tyrian Purple #81014F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 37.8%

R = 61.72%
G = 0.48%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#81014F (or 0x81014F) is known color: Tyrian Purple. HEX triplet: 81, 01 and 4F. RGB value is (129,1,79). Sum of RGB (Red+Green+Blue) = 129+1+79=209 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.72% from 209); Green value is 1 (0.78% from 255 or 0.48% from 209); Blue value is 79 (31.25% from 255 or 37.80% from 209); Max value from RGB is 129 - color contains mainly: red. Hex color #81014F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81014F is #7EFEB0. Grayscale: #2F2F2F. Windows color (decimal): -8322737 or 5177729. OLE color: 5177729.

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

Color convert

RGB 129 1 79 -
CMYK 0 0.99 0.39 0.49
HSL 323.44º 0.98% 0.25% -
HSV(B) 323.44º 0.99% 0.51% -
XYZ 10.48 5.25 7.86 -
YUV 48.16 145.41 185.66 -
System Red Green Blue C M Y K H S L
Decimal 129 1 79 0 0.99 0.39 0.49 323.44 0.98 0.25
Hex 81 1 4F 0 63 27 31 143 62 19
Octal 201 1 117 0 143 47 61 503 142 31
Binary 10000001 1 1001111 0 1100011 100111 110001 101000011 1100010 11001

Color Harmonies of #81014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81014F

Black with #81014F

Text Example


Text Example

White with #81014F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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