Html Css Color HEX #81004A Tyrian Purple

📋 copy color: '#81004A'

red 129 ◦ green 0 ◦ blue 74

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

Shades of Tyrian Purple #81004A

Tints of Tyrian Purple #81004A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 36.45%

R = 63.55%
G = 0%
B = 36.45%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#81004A (or 0x81004A) is known color: Tyrian Purple. HEX triplet: 81, 00 and 4A. RGB value is (129,0,74). Sum of RGB (Red+Green+Blue) = 129+0+74=203 (26% of max value = 765). Red value is 129 (50.78% from 255 or 63.55% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 74 (29.30% from 255 or 36.45% from 203); Max value from RGB is 129 - color contains mainly: red. Hex color #81004A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81004A is #7EFFB5. Grayscale: #2E2E2E. Windows color (decimal): -8322998 or 4849793. OLE color: 4849793.

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

Color convert

RGB 129 0 74 -
CMYK 0 1 0.43 0.49
HSL 325.58º 1% 0.25% -
HSV(B) 325.58º 1% 0.51% -
XYZ 10.29 5.16 6.93 -
YUV 47.01 143.24 186.48 -
System Red Green Blue C M Y K H S L
Decimal 129 0 74 0 1 0.43 0.49 325.58 1 0.25
Hex 81 0 4A 0 64 2B 31 146 64 19
Octal 201 0 112 0 144 53 61 506 144 31
Binary 10000001 0 1001010 0 1100100 101011 110001 101000110 1100100 11001

Color Harmonies of #81004A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81004A

Black with #81004A

Text Example


Text Example

White with #81004A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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