Html Css Color HEX #81004D Tyrian Purple

📋 copy color: '#81004D'

red 129 ◦ green 0 ◦ blue 77

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

Shades of Tyrian Purple #81004D

Tints of Tyrian Purple #81004D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 62.62%
G = 0%
B = 37.38%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#81004D (or 0x81004D) is known color: Tyrian Purple. HEX triplet: 81, 00 and 4D. RGB value is (129,0,77). Sum of RGB (Red+Green+Blue) = 129+0+77=206 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.62% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 77 (30.47% from 255 or 37.38% from 206); Max value from RGB is 129 - color contains mainly: red. Hex color #81004D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81004D is #7EFFB2. Grayscale: #2F2F2F. Windows color (decimal): -8322995 or 5046401. OLE color: 5046401.

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

Color convert

RGB 129 0 77 -
CMYK 0 1 0.40 0.49
HSL 324.19º 1% 0.25% -
HSV(B) 324.19º 1% 0.51% -
XYZ 10.39 5.2 7.48 -
YUV 47.35 144.74 186.24 -
System Red Green Blue C M Y K H S L
Decimal 129 0 77 0 1 0.40 0.49 324.19 1 0.25
Hex 81 0 4D 0 64 28 31 144 64 19
Octal 201 0 115 0 144 50 61 504 144 31
Binary 10000001 0 1001101 0 1100100 101000 110001 101000100 1100100 11001

Color Harmonies of #81004D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81004D

Black with #81004D

Text Example


Text Example

White with #81004D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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