Html Css Color HEX #81004C Tyrian Purple

📋 copy color: '#81004C'

red 129 ◦ green 0 ◦ blue 76

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

Shades of Tyrian Purple #81004C

Tints of Tyrian Purple #81004C

RGB

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

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

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

R = 62.93%
G = 0%
B = 37.07%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#81004C (or 0x81004C) is known color: Tyrian Purple. HEX triplet: 81, 00 and 4C. RGB value is (129,0,76). Sum of RGB (Red+Green+Blue) = 129+0+76=205 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.93% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 76 (30.08% from 255 or 37.07% from 205); Max value from RGB is 129 - color contains mainly: red. Hex color #81004C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81004C is #7EFFB3. Grayscale: #2F2F2F. Windows color (decimal): -8322996 or 4980865. OLE color: 4980865.

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

Color convert

RGB 129 0 76 -
CMYK 0 1 0.41 0.49
HSL 324.65º 1% 0.25% -
HSV(B) 324.65º 1% 0.51% -
XYZ 10.36 5.19 7.29 -
YUV 47.24 144.24 186.32 -
System Red Green Blue C M Y K H S L
Decimal 129 0 76 0 1 0.41 0.49 324.65 1 0.25
Hex 81 0 4C 0 64 29 31 145 64 19
Octal 201 0 114 0 144 51 61 505 144 31
Binary 10000001 0 1001100 0 1100100 101001 110001 101000101 1100100 11001

Color Harmonies of #81004C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81004C

Black with #81004C

Text Example


Text Example

White with #81004C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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