Html Css Color HEX #840842 Tyrian Purple

📋 copy color: '#840842'

red 132 ◦ green 8 ◦ blue 66

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

Shades of Tyrian Purple #840842

Tints of Tyrian Purple #840842

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.88%

 BLUE value IS 66 (26.17% from 255) = 32.04%

R = 64.08%
G = 3.88%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.5

 K value IS 0.48

RGB Variations

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

Color information

#840842 (or 0x840842) is known color: Tyrian Purple. HEX triplet: 84, 08 and 42. RGB value is (132,8,66). Sum of RGB (Red+Green+Blue) = 132+8+66=206 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.08% from 206); Green value is 8 (3.52% from 255 or 3.88% from 206); Blue value is 66 (26.17% from 255 or 32.04% from 206); Max value from RGB is 132 - color contains mainly: red. Hex color #840842 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840842 is #7BF7BD. Grayscale: #333333. Windows color (decimal): -8124350 or 4327556. OLE color: 4327556.

HSL color Cylindrical-coordinate representation of color #840842: hue angle of 331.94º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #840842 is Cyan = 0, Magento = 0.94, Yellow = 0.5 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 8 66 -
CMYK 0 0.94 0.5 0.48
HSL 331.94º 0.89% 0.27% -
HSV(B) 331.94º 0.94% 0.52% -
XYZ 10.59 5.47 5.65 -
YUV 51.69 136.08 185.28 -
System Red Green Blue C M Y K H S L
Decimal 132 8 66 0 0.94 0.5 0.48 331.94 0.89 0.27
Hex 84 8 42 0 5E 32 30 14C 59 1B
Octal 204 10 102 0 136 62 60 514 131 33
Binary 10000100 1000 1000010 0 1011110 110010 110000 101001100 1011001 11011

Color Harmonies of #840842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840842

Black with #840842

Text Example


Text Example

White with #840842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840842; }

 p { color: rgb(132,8,66); }

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

background-color css

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

 a { background-color: rgb(132,8,66); }

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

border-color css

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

 span { border-color: rgb(132,8,66); }

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