Html Css Color HEX #890046 Tyrian Purple

📋 copy color: '#890046'

red 137 ◦ green 0 ◦ blue 70

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

Shades of Tyrian Purple #890046

Tints of Tyrian Purple #890046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 33.82%

R = 66.18%
G = 0%
B = 33.82%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.49

 K value IS 0.46

RGB Variations

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

Color information

#890046 (or 0x890046) is known color: Tyrian Purple. HEX triplet: 89, 00 and 46. RGB value is (137,0,70). Sum of RGB (Red+Green+Blue) = 137+0+70=207 (27% of max value = 765). Red value is 137 (53.91% from 255 or 66.18% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 70 (27.73% from 255 or 33.82% from 207); Max value from RGB is 137 - color contains mainly: red. Hex color #890046 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890046 is #76FFB9. Grayscale: #303030. Windows color (decimal): -7798714 or 4587657. OLE color: 4587657.

HSL color Cylindrical-coordinate representation of color #890046: hue angle of 329.34º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #890046 is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 0 70 -
CMYK 0 1 0.49 0.46
HSL 329.34º 1% 0.27% -
HSV(B) 329.34º 1% 0.54% -
XYZ 11.42 5.76 6.3 -
YUV 48.94 139.89 190.81 -
System Red Green Blue C M Y K H S L
Decimal 137 0 70 0 1 0.49 0.46 329.34 1 0.27
Hex 89 0 46 0 64 31 2E 149 64 1B
Octal 211 0 106 0 144 61 56 511 144 33
Binary 10001001 0 1000110 0 1100100 110001 101110 101001001 1100100 11011

Color Harmonies of #890046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890046

Black with #890046

Text Example


Text Example

White with #890046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890046; }

 p { color: rgb(137,0,70); }

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

background-color css

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

 a { background-color: rgb(137,0,70); }

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

border-color css

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

 span { border-color: rgb(137,0,70); }

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