Html Css Color HEX #84053C Tyrian Purple

📋 copy color: '#84053C'

red 132 ◦ green 5 ◦ blue 60

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

Shades of Tyrian Purple #84053C

Tints of Tyrian Purple #84053C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.54%

 BLUE value IS 60 (23.83% from 255) = 30.46%

R = 67.01%
G = 2.54%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#84053C (or 0x84053C) is known color: Tyrian Purple. HEX triplet: 84, 05 and 3C. RGB value is (132,5,60). Sum of RGB (Red+Green+Blue) = 132+5+60=197 (26% of max value = 765). Red value is 132 (51.95% from 255 or 67.01% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 60 (23.83% from 255 or 30.46% from 197); Max value from RGB is 132 - color contains mainly: red. Hex color #84053C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84053C is #7BFAC3. Grayscale: #313131. Windows color (decimal): -8125124 or 3933572. OLE color: 3933572.

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

Color convert

RGB 132 5 60 -
CMYK 0 0.96 0.55 0.48
HSL 334.02º 0.93% 0.27% -
HSV(B) 334.02º 0.96% 0.52% -
XYZ 10.39 5.34 4.76 -
YUV 49.24 134.08 187.03 -
System Red Green Blue C M Y K H S L
Decimal 132 5 60 0 0.96 0.55 0.48 334.02 0.93 0.27
Hex 84 5 3C 0 60 37 30 14E 5D 1B
Octal 204 5 74 0 140 67 60 516 135 33
Binary 10000100 101 111100 0 1100000 110111 110000 101001110 1011101 11011

Color Harmonies of #84053C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84053C

Black with #84053C

Text Example


Text Example

White with #84053C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,5,60); }

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

background-color css

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

 a { background-color: rgb(132,5,60); }

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

border-color css

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

 span { border-color: rgb(132,5,60); }

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