Html Css Color HEX #840149 Tyrian Purple

📋 copy color: '#840149'

red 132 ◦ green 1 ◦ blue 73

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

Shades of Tyrian Purple #840149

Tints of Tyrian Purple #840149

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

 BLUE value IS 73 (28.91% from 255) = 35.44%

R = 64.08%
G = 0.49%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#840149 (or 0x840149) is known color: Tyrian Purple. HEX triplet: 84, 01 and 49. RGB value is (132,1,73). Sum of RGB (Red+Green+Blue) = 132+1+73=206 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.08% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 73 (28.91% from 255 or 35.44% from 206); Max value from RGB is 132 - color contains mainly: red. Hex color #840149 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840149 is #7BFEB6. Grayscale: #303030. Windows color (decimal): -8126135 or 4784516. OLE color: 4784516.

HSL color Cylindrical-coordinate representation of color #840149: hue angle of 327.02º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #840149 is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 1 73 -
CMYK 0 0.99 0.45 0.48
HSL 327.02º 0.98% 0.26% -
HSV(B) 327.02º 0.99% 0.52% -
XYZ 10.73 5.41 6.78 -
YUV 48.38 141.9 187.65 -
System Red Green Blue C M Y K H S L
Decimal 132 1 73 0 0.99 0.45 0.48 327.02 0.98 0.26
Hex 84 1 49 0 63 2D 30 147 62 1A
Octal 204 1 111 0 143 55 60 507 142 32
Binary 10000100 1 1001001 0 1100011 101101 110000 101000111 1100010 11010

Color Harmonies of #840149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840149

Black with #840149

Text Example


Text Example

White with #840149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840149; }

 p { color: rgb(132,1,73); }

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

background-color css

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

 a { background-color: rgb(132,1,73); }

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

border-color css

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

 span { border-color: rgb(132,1,73); }

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