Html Css Color HEX #840742 Tyrian Purple

📋 copy color: '#840742'

red 132 ◦ green 7 ◦ blue 66

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

Shades of Tyrian Purple #840742

Tints of Tyrian Purple #840742

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.41%

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

R = 64.39%
G = 3.41%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.5

 K value IS 0.48

RGB Variations

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

Color information

#840742 (or 0x840742) is known color: Tyrian Purple. HEX triplet: 84, 07 and 42. RGB value is (132,7,66). Sum of RGB (Red+Green+Blue) = 132+7+66=205 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.39% from 205); Green value is 7 (3.12% from 255 or 3.41% from 205); Blue value is 66 (26.17% from 255 or 32.20% from 205); Max value from RGB is 132 - color contains mainly: red. Hex color #840742 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840742 is #7BF8BD. Grayscale: #323232. Windows color (decimal): -8124606 or 4327300. OLE color: 4327300.

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

Color convert

RGB 132 7 66 -
CMYK 0 0.95 0.5 0.48
HSL 331.68º 0.9% 0.27% -
HSV(B) 331.68º 0.95% 0.52% -
XYZ 10.58 5.45 5.65 -
YUV 51.1 136.41 185.7 -
System Red Green Blue C M Y K H S L
Decimal 132 7 66 0 0.95 0.5 0.48 331.68 0.9 0.27
Hex 84 7 42 0 5F 32 30 14C 5A 1B
Octal 204 7 102 0 137 62 60 514 132 33
Binary 10000100 111 1000010 0 1011111 110010 110000 101001100 1011010 11011

Color Harmonies of #840742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840742

Black with #840742

Text Example


Text Example

White with #840742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840742; }

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

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

background-color css

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

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

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

border-color css

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

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

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