Html Css Color HEX #840340 Tyrian Purple

📋 copy color: '#840340'

red 132 ◦ green 3 ◦ blue 64

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

Shades of Tyrian Purple #840340

Tints of Tyrian Purple #840340

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.51%

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

R = 66.33%
G = 1.51%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#840340 (or 0x840340) is known color: Tyrian Purple. HEX triplet: 84, 03 and 40. RGB value is (132,3,64). Sum of RGB (Red+Green+Blue) = 132+3+64=199 (26% of max value = 765). Red value is 132 (51.95% from 255 or 66.33% from 199); Green value is 3 (1.56% from 255 or 1.51% from 199); Blue value is 64 (25.39% from 255 or 32.16% from 199); Max value from RGB is 132 - color contains mainly: red. Hex color #840340 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840340 is #7BFCBF. Grayscale: #303030. Windows color (decimal): -8125632 or 4195204. OLE color: 4195204.

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

Color convert

RGB 132 3 64 -
CMYK 0 0.98 0.52 0.48
HSL 331.63º 0.96% 0.26% -
HSV(B) 331.63º 0.98% 0.52% -
XYZ 10.47 5.34 5.33 -
YUV 48.53 136.74 187.54 -
System Red Green Blue C M Y K H S L
Decimal 132 3 64 0 0.98 0.52 0.48 331.63 0.96 0.26
Hex 84 3 40 0 62 34 30 14C 60 1A
Octal 204 3 100 0 142 64 60 514 140 32
Binary 10000100 11 1000000 0 1100010 110100 110000 101001100 1100000 11010

Color Harmonies of #840340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840340

Black with #840340

Text Example


Text Example

White with #840340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840340; }

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

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

background-color css

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

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

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

border-color css

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

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

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