Html Css Color HEX #84034C Tyrian Purple

📋 copy color: '#84034C'

red 132 ◦ green 3 ◦ blue 76

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

Shades of Tyrian Purple #84034C

Tints of Tyrian Purple #84034C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.42%

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

R = 62.56%
G = 1.42%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#84034C (or 0x84034C) is known color: Tyrian Purple. HEX triplet: 84, 03 and 4C. RGB value is (132,3,76). Sum of RGB (Red+Green+Blue) = 132+3+76=211 (27% of max value = 765). Red value is 132 (51.95% from 255 or 62.56% from 211); Green value is 3 (1.56% from 255 or 1.42% from 211); Blue value is 76 (30.08% from 255 or 36.02% from 211); Max value from RGB is 132 - color contains mainly: red. Hex color #84034C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84034C is #7BFCB3. Grayscale: #313131. Windows color (decimal): -8125620 or 4981636. OLE color: 4981636.

HSL color Cylindrical-coordinate representation of color #84034C: hue angle of 326.05º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #84034C is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 3 76 -
CMYK 0 0.98 0.42 0.48
HSL 326.05º 0.96% 0.26% -
HSV(B) 326.05º 0.98% 0.52% -
XYZ 10.85 5.49 7.33 -
YUV 49.89 142.74 186.56 -
System Red Green Blue C M Y K H S L
Decimal 132 3 76 0 0.98 0.42 0.48 326.05 0.96 0.26
Hex 84 3 4C 0 62 2A 30 146 60 1A
Octal 204 3 114 0 142 52 60 506 140 32
Binary 10000100 11 1001100 0 1100010 101010 110000 101000110 1100000 11010

Color Harmonies of #84034C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84034C

Black with #84034C

Text Example


Text Example

White with #84034C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,3,76); }

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

background-color css

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

 a { background-color: rgb(132,3,76); }

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

border-color css

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

 span { border-color: rgb(132,3,76); }

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