Html Css Color HEX #84053F Tyrian Purple

📋 copy color: '#84053F'

red 132 ◦ green 5 ◦ blue 63

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

Shades of Tyrian Purple #84053F

Tints of Tyrian Purple #84053F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 31.5%

R = 66%
G = 2.5%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#84053F (or 0x84053F) is known color: Tyrian Purple. HEX triplet: 84, 05 and 3F. RGB value is (132,5,63). Sum of RGB (Red+Green+Blue) = 132+5+63=200 (26% of max value = 765). Red value is 132 (51.95% from 255 or 66% from 200); Green value is 5 (2.34% from 255 or 2.5% from 200); Blue value is 63 (25% from 255 or 31.5% from 200); Max value from RGB is 132 - color contains mainly: red. Hex color #84053F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84053F is #7BFAC0. Grayscale: #313131. Windows color (decimal): -8125121 or 4130180. OLE color: 4130180.

HSL color Cylindrical-coordinate representation of color #84053F: hue angle of 332.6º 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 #84053F is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 5 63 -
CMYK 0 0.96 0.52 0.48
HSL 332.6º 0.93% 0.27% -
HSV(B) 332.6º 0.96% 0.52% -
XYZ 10.47 5.37 5.19 -
YUV 49.59 135.58 186.78 -
System Red Green Blue C M Y K H S L
Decimal 132 5 63 0 0.96 0.52 0.48 332.6 0.93 0.27
Hex 84 5 3F 0 60 34 30 14D 5D 1B
Octal 204 5 77 0 140 64 60 515 135 33
Binary 10000100 101 111111 0 1100000 110100 110000 101001101 1011101 11011

Color Harmonies of #84053F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84053F

Black with #84053F

Text Example


Text Example

White with #84053F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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