Html Css Color HEX #840147 Tyrian Purple

📋 copy color: '#840147'

red 132 ◦ green 1 ◦ blue 71

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

Shades of Tyrian Purple #840147

Tints of Tyrian Purple #840147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 34.8%

R = 64.71%
G = 0.49%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#840147 (or 0x840147) is known color: Tyrian Purple. HEX triplet: 84, 01 and 47. RGB value is (132,1,71). Sum of RGB (Red+Green+Blue) = 132+1+71=204 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.71% from 204); Green value is 1 (0.78% from 255 or 0.49% from 204); Blue value is 71 (28.12% from 255 or 34.80% from 204); Max value from RGB is 132 - color contains mainly: red. Hex color #840147 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840147 is #7BFEB8. Grayscale: #303030. Windows color (decimal): -8126137 or 4653444. OLE color: 4653444.

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

Color convert

RGB 132 1 71 -
CMYK 0 0.99 0.46 0.48
HSL 327.94º 0.98% 0.26% -
HSV(B) 327.94º 0.99% 0.52% -
XYZ 10.66 5.38 6.44 -
YUV 48.15 140.9 187.81 -
System Red Green Blue C M Y K H S L
Decimal 132 1 71 0 0.99 0.46 0.48 327.94 0.98 0.26
Hex 84 1 47 0 63 2E 30 148 62 1A
Octal 204 1 107 0 143 56 60 510 142 32
Binary 10000100 1 1000111 0 1100011 101110 110000 101001000 1100010 11010

Color Harmonies of #840147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840147

Black with #840147

Text Example


Text Example

White with #840147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840147; }

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

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

background-color css

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

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

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

border-color css

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

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

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