Html Css Color HEX #840440 Tyrian Purple

📋 copy color: '#840440'

red 132 ◦ green 4 ◦ blue 64

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

Shades of Tyrian Purple #840440

Tints of Tyrian Purple #840440

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2%

 BLUE value IS 64 (25.39% from 255) = 32%

R = 66%
G = 2%
B = 32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#840440 (or 0x840440) is known color: Tyrian Purple. HEX triplet: 84, 04 and 40. RGB value is (132,4,64). Sum of RGB (Red+Green+Blue) = 132+4+64=200 (26% of max value = 765). Red value is 132 (51.95% from 255 or 66% from 200); Green value is 4 (1.95% from 255 or 2% from 200); Blue value is 64 (25.39% from 255 or 32% from 200); Max value from RGB is 132 - color contains mainly: red. Hex color #840440 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840440 is #7BFBBF. Grayscale: #313131. Windows color (decimal): -8125376 or 4195460. OLE color: 4195460.

HSL color Cylindrical-coordinate representation of color #840440: hue angle of 331.88º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #840440 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 4 64 -
CMYK 0 0.97 0.52 0.48
HSL 331.88º 0.94% 0.27% -
HSV(B) 331.88º 0.97% 0.52% -
XYZ 10.48 5.36 5.33 -
YUV 49.11 136.41 187.12 -
System Red Green Blue C M Y K H S L
Decimal 132 4 64 0 0.97 0.52 0.48 331.88 0.94 0.27
Hex 84 4 40 0 61 34 30 14C 5E 1B
Octal 204 4 100 0 141 64 60 514 136 33
Binary 10000100 100 1000000 0 1100001 110100 110000 101001100 1011110 11011

Color Harmonies of #840440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840440

Black with #840440

Text Example


Text Example

White with #840440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840440; }

 p { color: rgb(132,4,64); }

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

background-color css

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

 a { background-color: rgb(132,4,64); }

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

border-color css

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

 span { border-color: rgb(132,4,64); }

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