Html Css Color HEX #840541 Tyrian Purple

📋 copy color: '#840541'

red 132 ◦ green 5 ◦ blue 65

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

Shades of Tyrian Purple #840541

Tints of Tyrian Purple #840541

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.48%

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

R = 65.35%
G = 2.48%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#840541 (or 0x840541) is known color: Tyrian Purple. HEX triplet: 84, 05 and 41. RGB value is (132,5,65). Sum of RGB (Red+Green+Blue) = 132+5+65=202 (26% of max value = 765). Red value is 132 (51.95% from 255 or 65.35% from 202); Green value is 5 (2.34% from 255 or 2.48% from 202); Blue value is 65 (25.78% from 255 or 32.18% from 202); Max value from RGB is 132 - color contains mainly: red. Hex color #840541 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840541 is #7BFABE. Grayscale: #313131. Windows color (decimal): -8125119 or 4261252. OLE color: 4261252.

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

Color convert

RGB 132 5 65 -
CMYK 0 0.96 0.51 0.48
HSL 331.65º 0.93% 0.27% -
HSV(B) 331.65º 0.96% 0.52% -
XYZ 10.52 5.4 5.49 -
YUV 49.81 136.58 186.62 -
System Red Green Blue C M Y K H S L
Decimal 132 5 65 0 0.96 0.51 0.48 331.65 0.93 0.27
Hex 84 5 41 0 60 33 30 14C 5D 1B
Octal 204 5 101 0 140 63 60 514 135 33
Binary 10000100 101 1000001 0 1100000 110011 110000 101001100 1011101 11011

Color Harmonies of #840541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840541

Black with #840541

Text Example


Text Example

White with #840541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840541; }

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

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

background-color css

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

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

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

border-color css

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

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

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