Html Css Color HEX #840545 Tyrian Purple

📋 copy color: '#840545'

red 132 ◦ green 5 ◦ blue 69

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

Shades of Tyrian Purple #840545

Tints of Tyrian Purple #840545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 33.5%

R = 64.08%
G = 2.43%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#840545 (or 0x840545) is known color: Tyrian Purple. HEX triplet: 84, 05 and 45. RGB value is (132,5,69). Sum of RGB (Red+Green+Blue) = 132+5+69=206 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.08% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 69 (27.34% from 255 or 33.50% from 206); Max value from RGB is 132 - color contains mainly: red. Hex color #840545 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840545 is #7BFABA. Grayscale: #323232. Windows color (decimal): -8125115 or 4523396. OLE color: 4523396.

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

Color convert

RGB 132 5 69 -
CMYK 0 0.96 0.48 0.48
HSL 329.76º 0.93% 0.27% -
HSV(B) 329.76º 0.96% 0.52% -
XYZ 10.64 5.44 6.12 -
YUV 50.27 138.58 186.3 -
System Red Green Blue C M Y K H S L
Decimal 132 5 69 0 0.96 0.48 0.48 329.76 0.93 0.27
Hex 84 5 45 0 60 30 30 14A 5D 1B
Octal 204 5 105 0 140 60 60 512 135 33
Binary 10000100 101 1000101 0 1100000 110000 110000 101001010 1011101 11011

Color Harmonies of #840545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840545

Black with #840545

Text Example


Text Example

White with #840545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840545; }

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

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

background-color css

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

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

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

border-color css

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

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

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