Html Css Color HEX #890442 Tyrian Purple

📋 copy color: '#890442'

red 137 ◦ green 4 ◦ blue 66

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

Shades of Tyrian Purple #890442

Tints of Tyrian Purple #890442

RGB

 RED value IS 137 (53.91% from 255) = 66.18%

 GREEN value IS 4 (1.95% from 255) = 1.93%

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

R = 66.18%
G = 1.93%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.52

 K value IS 0.46

RGB Variations

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

Color information

#890442 (or 0x890442) is known color: Tyrian Purple. HEX triplet: 89, 04 and 42. RGB value is (137,4,66). Sum of RGB (Red+Green+Blue) = 137+4+66=207 (27% of max value = 765). Red value is 137 (53.91% from 255 or 66.18% from 207); Green value is 4 (1.95% from 255 or 1.93% from 207); Blue value is 66 (26.17% from 255 or 31.88% from 207); Max value from RGB is 137 - color contains mainly: red. Hex color #890442 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890442 is #76FBBD. Grayscale: #323232. Windows color (decimal): -7797694 or 4326537. OLE color: 4326537.

HSL color Cylindrical-coordinate representation of color #890442: hue angle of 332.03º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #890442 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 4 66 -
CMYK 0 0.97 0.52 0.46
HSL 332.03º 0.94% 0.28% -
HSV(B) 332.03º 0.97% 0.54% -
XYZ 11.34 5.8 5.68 -
YUV 50.84 136.56 189.46 -
System Red Green Blue C M Y K H S L
Decimal 137 4 66 0 0.97 0.52 0.46 332.03 0.94 0.28
Hex 89 4 42 0 61 34 2E 14C 5E 1C
Octal 211 4 102 0 141 64 56 514 136 34
Binary 10001001 100 1000010 0 1100001 110100 101110 101001100 1011110 11100

Color Harmonies of #890442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890442

Black with #890442

Text Example


Text Example

White with #890442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890442; }

 p { color: rgb(137,4,66); }

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

background-color css

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

 a { background-color: rgb(137,4,66); }

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

border-color css

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

 span { border-color: rgb(137,4,66); }

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