Html Css Color HEX #840442 Tyrian Purple

📋 copy color: '#840442'

red 132 ◦ green 4 ◦ blue 66

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

Shades of Tyrian Purple #840442

Tints of Tyrian Purple #840442

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.98%

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

R = 65.35%
G = 1.98%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.5

 K value IS 0.48

RGB Variations

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

Color information

#840442 (or 0x840442) is known color: Tyrian Purple. HEX triplet: 84, 04 and 42. RGB value is (132,4,66). Sum of RGB (Red+Green+Blue) = 132+4+66=202 (26% of max value = 765). Red value is 132 (51.95% from 255 or 65.35% from 202); Green value is 4 (1.95% from 255 or 1.98% from 202); Blue value is 66 (26.17% from 255 or 32.67% from 202); Max value from RGB is 132 - color contains mainly: red. Hex color #840442 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840442 is #7BFBBD. Grayscale: #313131. Windows color (decimal): -8125374 or 4326532. OLE color: 4326532.

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

Color convert

RGB 132 4 66 -
CMYK 0 0.97 0.5 0.48
HSL 330.94º 0.94% 0.27% -
HSV(B) 330.94º 0.97% 0.52% -
XYZ 10.54 5.39 5.64 -
YUV 49.34 137.41 186.96 -
System Red Green Blue C M Y K H S L
Decimal 132 4 66 0 0.97 0.5 0.48 330.94 0.94 0.27
Hex 84 4 42 0 61 32 30 14B 5E 1B
Octal 204 4 102 0 141 62 60 513 136 33
Binary 10000100 100 1000010 0 1100001 110010 110000 101001011 1011110 11011

Color Harmonies of #840442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840442

Black with #840442

Text Example


Text Example

White with #840442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840442; }

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

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

background-color css

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

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

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

border-color css

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

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

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