Html Css Color HEX #840141 Tyrian Purple

📋 copy color: '#840141'

red 132 ◦ green 1 ◦ blue 65

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

Shades of Tyrian Purple #840141

Tints of Tyrian Purple #840141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 32.83%

R = 66.67%
G = 0.51%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#840141 (or 0x840141) is known color: Tyrian Purple. HEX triplet: 84, 01 and 41. RGB value is (132,1,65). Sum of RGB (Red+Green+Blue) = 132+1+65=198 (26% of max value = 765). Red value is 132 (51.95% from 255 or 66.67% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 65 (25.78% from 255 or 32.83% from 198); Max value from RGB is 132 - color contains mainly: red. Hex color #840141 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840141 is #7BFEBE. Grayscale: #2F2F2F. Windows color (decimal): -8126143 or 4260228. OLE color: 4260228.

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

Color convert

RGB 132 1 65 -
CMYK 0 0.99 0.51 0.48
HSL 330.69º 0.98% 0.26% -
HSV(B) 330.69º 0.99% 0.52% -
XYZ 10.48 5.31 5.47 -
YUV 47.47 137.9 188.3 -
System Red Green Blue C M Y K H S L
Decimal 132 1 65 0 0.99 0.51 0.48 330.69 0.98 0.26
Hex 84 1 41 0 63 33 30 14B 62 1A
Octal 204 1 101 0 143 63 60 513 142 32
Binary 10000100 1 1000001 0 1100011 110011 110000 101001011 1100010 11010

Color Harmonies of #840141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840141

Black with #840141

Text Example


Text Example

White with #840141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840141; }

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

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

background-color css

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

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

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

border-color css

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

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

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