Html Css Color HEX #840042 Tyrian Purple

📋 copy color: '#840042'

red 132 ◦ green 0 ◦ blue 66

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

Shades of Tyrian Purple #840042

Tints of Tyrian Purple #840042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 33.33%

R = 66.67%
G = 0%
B = 33.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.5

 K value IS 0.48

RGB Variations

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

Color information

#840042 (or 0x840042) is known color: Tyrian Purple. HEX triplet: 84, 00 and 42. RGB value is (132,0,66). Sum of RGB (Red+Green+Blue) = 132+0+66=198 (26% of max value = 765). Red value is 132 (51.95% from 255 or 66.67% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 66 (26.17% from 255 or 33.33% from 198); Max value from RGB is 132 - color contains mainly: red. Hex color #840042 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840042 is #7BFFBD. Grayscale: #2E2E2E. Windows color (decimal): -8126398 or 4325508. OLE color: 4325508.

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

Color convert

RGB 132 0 66 -
CMYK 0 1 0.5 0.48
HSL 330º 1% 0.26% -
HSV(B) 330º 1% 0.52% -
XYZ 10.5 5.3 5.62 -
YUV 46.99 138.73 188.63 -
System Red Green Blue C M Y K H S L
Decimal 132 0 66 0 1 0.5 0.48 330 1 0.26
Hex 84 0 42 0 64 32 30 14A 64 1A
Octal 204 0 102 0 144 62 60 512 144 32
Binary 10000100 0 1000010 0 1100100 110010 110000 101001010 1100100 11010

Color Harmonies of #840042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840042

Black with #840042

Text Example


Text Example

White with #840042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840042; }

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

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

background-color css

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

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

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

border-color css

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

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

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