Html Css Color HEX #84004A Tyrian Purple

📋 copy color: '#84004A'

red 132 ◦ green 0 ◦ blue 74

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

Shades of Tyrian Purple #84004A

Tints of Tyrian Purple #84004A

RGB

 RED value IS 132 (51.95% from 255) = 64.08%

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

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

R = 64.08%
G = 0%
B = 35.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#84004A (or 0x84004A) is known color: Tyrian Purple. HEX triplet: 84, 00 and 4A. RGB value is (132,0,74). Sum of RGB (Red+Green+Blue) = 132+0+74=206 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.08% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 74 (29.30% from 255 or 35.92% from 206); Max value from RGB is 132 - color contains mainly: red. Hex color #84004A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84004A is #7BFFB5. Grayscale: #2F2F2F. Windows color (decimal): -8126390 or 4849796. OLE color: 4849796.

HSL color Cylindrical-coordinate representation of color #84004A: hue angle of 326.36º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #84004A is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 0 74 -
CMYK 0 1 0.44 0.48
HSL 326.36º 1% 0.26% -
HSV(B) 326.36º 1% 0.52% -
XYZ 10.75 5.4 6.95 -
YUV 47.9 142.73 187.98 -
System Red Green Blue C M Y K H S L
Decimal 132 0 74 0 1 0.44 0.48 326.36 1 0.26
Hex 84 0 4A 0 64 2C 30 146 64 1A
Octal 204 0 112 0 144 54 60 506 144 32
Binary 10000100 0 1001010 0 1100100 101100 110000 101000110 1100100 11010

Color Harmonies of #84004A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84004A

Black with #84004A

Text Example


Text Example

White with #84004A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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