Html Css Color HEX #840045 Tyrian Purple

📋 copy color: '#840045'

red 132 ◦ green 0 ◦ blue 69

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

Shades of Tyrian Purple #840045

Tints of Tyrian Purple #840045

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 69 (27.34% from 255) = 34.33%

R = 65.67%
G = 0%
B = 34.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#840045 (or 0x840045) is known color: Tyrian Purple. HEX triplet: 84, 00 and 45. RGB value is (132,0,69). Sum of RGB (Red+Green+Blue) = 132+0+69=201 (26% of max value = 765). Red value is 132 (51.95% from 255 or 65.67% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 69 (27.34% from 255 or 34.33% from 201); Max value from RGB is 132 - color contains mainly: red. Hex color #840045 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840045 is #7BFFBA. Grayscale: #2F2F2F. Windows color (decimal): -8126395 or 4522116. OLE color: 4522116.

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

Color convert

RGB 132 0 69 -
CMYK 0 1 0.48 0.48
HSL 328.64º 1% 0.26% -
HSV(B) 328.64º 1% 0.52% -
XYZ 10.59 5.34 6.1 -
YUV 47.33 140.23 188.39 -
System Red Green Blue C M Y K H S L
Decimal 132 0 69 0 1 0.48 0.48 328.64 1 0.26
Hex 84 0 45 0 64 30 30 149 64 1A
Octal 204 0 105 0 144 60 60 511 144 32
Binary 10000100 0 1000101 0 1100100 110000 110000 101001001 1100100 11010

Color Harmonies of #840045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840045

Black with #840045

Text Example


Text Example

White with #840045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840045; }

 p { color: rgb(132,0,69); }

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

background-color css

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

 a { background-color: rgb(132,0,69); }

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

border-color css

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

 span { border-color: rgb(132,0,69); }

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