Html Css Color HEX #840A42 Tyrian Purple

📋 copy color: '#840A42'

red 132 ◦ green 10 ◦ blue 66

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

Shades of Tyrian Purple #840A42

Tints of Tyrian Purple #840A42

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.81%

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

R = 63.46%
G = 4.81%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.5

 K value IS 0.48

RGB Variations

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

Color information

#840A42 (or 0x840A42) is known color: Tyrian Purple. HEX triplet: 84, 0A and 42. RGB value is (132,10,66). Sum of RGB (Red+Green+Blue) = 132+10+66=208 (27% of max value = 765). Red value is 132 (51.95% from 255 or 63.46% from 208); Green value is 10 (4.30% from 255 or 4.81% from 208); Blue value is 66 (26.17% from 255 or 31.73% from 208); Max value from RGB is 132 - color contains mainly: red. Hex color #840A42 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840A42 is #7BF5BD. Grayscale: #343434. Windows color (decimal): -8123838 or 4328068. OLE color: 4328068.

HSL color Cylindrical-coordinate representation of color #840A42: hue angle of 332.46º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #840A42 is Cyan = 0, Magento = 0.92, Yellow = 0.5 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 10 66 -
CMYK 0 0.92 0.5 0.48
HSL 332.46º 0.86% 0.28% -
HSV(B) 332.46º 0.92% 0.52% -
XYZ 10.61 5.52 5.66 -
YUV 52.86 135.42 184.45 -
System Red Green Blue C M Y K H S L
Decimal 132 10 66 0 0.92 0.5 0.48 332.46 0.86 0.28
Hex 84 A 42 0 5C 32 30 14C 56 1C
Octal 204 12 102 0 134 62 60 514 126 34
Binary 10000100 1010 1000010 0 1011100 110010 110000 101001100 1010110 11100

Color Harmonies of #840A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840A42

Black with #840A42

Text Example


Text Example

White with #840A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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