Html Css Color HEX #840144 Tyrian Purple

📋 copy color: '#840144'

red 132 ◦ green 1 ◦ blue 68

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

Shades of Tyrian Purple #840144

Tints of Tyrian Purple #840144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 33.83%

R = 65.67%
G = 0.5%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#840144 (or 0x840144) is known color: Tyrian Purple. HEX triplet: 84, 01 and 44. RGB value is (132,1,68). Sum of RGB (Red+Green+Blue) = 132+1+68=201 (26% of max value = 765). Red value is 132 (51.95% from 255 or 65.67% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 68 (26.95% from 255 or 33.83% from 201); Max value from RGB is 132 - color contains mainly: red. Hex color #840144 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840144 is #7BFEBB. Grayscale: #2F2F2F. Windows color (decimal): -8126140 or 4456836. OLE color: 4456836.

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

Color convert

RGB 132 1 68 -
CMYK 0 0.99 0.48 0.48
HSL 329.31º 0.98% 0.26% -
HSV(B) 329.31º 0.99% 0.52% -
XYZ 10.57 5.34 5.94 -
YUV 47.81 139.4 188.05 -
System Red Green Blue C M Y K H S L
Decimal 132 1 68 0 0.99 0.48 0.48 329.31 0.98 0.26
Hex 84 1 44 0 63 30 30 149 62 1A
Octal 204 1 104 0 143 60 60 511 142 32
Binary 10000100 1 1000100 0 1100011 110000 110000 101001001 1100010 11010

Color Harmonies of #840144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840144

Black with #840144

Text Example


Text Example

White with #840144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840144; }

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

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

background-color css

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

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

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

border-color css

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

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

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