Html Css Color HEX #84084A Tyrian Purple

📋 copy color: '#84084A'

red 132 ◦ green 8 ◦ blue 74

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

Shades of Tyrian Purple #84084A

Tints of Tyrian Purple #84084A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.74%

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

R = 61.68%
G = 3.74%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#84084A (or 0x84084A) is known color: Tyrian Purple. HEX triplet: 84, 08 and 4A. RGB value is (132,8,74). Sum of RGB (Red+Green+Blue) = 132+8+74=214 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.68% from 214); Green value is 8 (3.52% from 255 or 3.74% from 214); Blue value is 74 (29.30% from 255 or 34.58% from 214); Max value from RGB is 132 - color contains mainly: red. Hex color #84084A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84084A is #7BF7B5. Grayscale: #343434. Windows color (decimal): -8124342 or 4851844. OLE color: 4851844.

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

Color convert

RGB 132 8 74 -
CMYK 0 0.94 0.44 0.48
HSL 328.06º 0.89% 0.27% -
HSV(B) 328.06º 0.94% 0.52% -
XYZ 10.84 5.57 6.98 -
YUV 52.6 140.08 184.63 -
System Red Green Blue C M Y K H S L
Decimal 132 8 74 0 0.94 0.44 0.48 328.06 0.89 0.27
Hex 84 8 4A 0 5E 2C 30 148 59 1B
Octal 204 10 112 0 136 54 60 510 131 33
Binary 10000100 1000 1001010 0 1011110 101100 110000 101001000 1011001 11011

Color Harmonies of #84084A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84084A

Black with #84084A

Text Example


Text Example

White with #84084A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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