Html Css Color HEX #84074C Tyrian Purple

📋 copy color: '#84074C'

red 132 ◦ green 7 ◦ blue 76

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

Shades of Tyrian Purple #84074C

Tints of Tyrian Purple #84074C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.26%

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

R = 61.4%
G = 3.26%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#84074C (or 0x84074C) is known color: Tyrian Purple. HEX triplet: 84, 07 and 4C. RGB value is (132,7,76). Sum of RGB (Red+Green+Blue) = 132+7+76=215 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.40% from 215); Green value is 7 (3.12% from 255 or 3.26% from 215); Blue value is 76 (30.08% from 255 or 35.35% from 215); Max value from RGB is 132 - color contains mainly: red. Hex color #84074C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84074C is #7BF8B3. Grayscale: #343434. Windows color (decimal): -8124596 or 4982660. OLE color: 4982660.

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

Color convert

RGB 132 7 76 -
CMYK 0 0.95 0.42 0.48
HSL 326.88º 0.9% 0.27% -
HSV(B) 326.88º 0.95% 0.52% -
XYZ 10.9 5.58 7.34 -
YUV 52.24 141.41 184.89 -
System Red Green Blue C M Y K H S L
Decimal 132 7 76 0 0.95 0.42 0.48 326.88 0.9 0.27
Hex 84 7 4C 0 5F 2A 30 147 5A 1B
Octal 204 7 114 0 137 52 60 507 132 33
Binary 10000100 111 1001100 0 1011111 101010 110000 101000111 1011010 11011

Color Harmonies of #84074C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84074C

Black with #84074C

Text Example


Text Example

White with #84074C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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