Html Css Color HEX #890040 Tyrian Purple

📋 copy color: '#890040'

red 137 ◦ green 0 ◦ blue 64

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

Shades of Tyrian Purple #890040

Tints of Tyrian Purple #890040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 31.84%

R = 68.16%
G = 0%
B = 31.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.53

 K value IS 0.46

RGB Variations

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

Color information

#890040 (or 0x890040) is known color: Tyrian Purple. HEX triplet: 89, 00 and 40. RGB value is (137,0,64). Sum of RGB (Red+Green+Blue) = 137+0+64=201 (26% of max value = 765). Red value is 137 (53.91% from 255 or 68.16% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 64 (25.39% from 255 or 31.84% from 201); Max value from RGB is 137 - color contains mainly: red. Hex color #890040 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890040 is #76FFBF. Grayscale: #303030. Windows color (decimal): -7798720 or 4194441. OLE color: 4194441.

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

Color convert

RGB 137 0 64 -
CMYK 0 1 0.53 0.46
HSL 331.97º 1% 0.27% -
HSV(B) 331.97º 1% 0.54% -
XYZ 11.24 5.69 5.36 -
YUV 48.26 136.89 191.3 -
System Red Green Blue C M Y K H S L
Decimal 137 0 64 0 1 0.53 0.46 331.97 1 0.27
Hex 89 0 40 0 64 35 2E 14C 64 1B
Octal 211 0 100 0 144 65 56 514 144 33
Binary 10001001 0 1000000 0 1100100 110101 101110 101001100 1100100 11011

Color Harmonies of #890040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890040

Black with #890040

Text Example


Text Example

White with #890040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890040; }

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

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

background-color css

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

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

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

border-color css

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

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

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