Html Css Color HEX #890246 Tyrian Purple

📋 copy color: '#890246'

red 137 ◦ green 2 ◦ blue 70

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

Shades of Tyrian Purple #890246

Tints of Tyrian Purple #890246

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.96%

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

R = 65.55%
G = 0.96%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.46

RGB Variations

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

Color information

#890246 (or 0x890246) is known color: Tyrian Purple. HEX triplet: 89, 02 and 46. RGB value is (137,2,70). Sum of RGB (Red+Green+Blue) = 137+2+70=209 (27% of max value = 765). Red value is 137 (53.91% from 255 or 65.55% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 70 (27.73% from 255 or 33.49% from 209); Max value from RGB is 137 - color contains mainly: red. Hex color #890246 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890246 is #76FDB9. Grayscale: #313131. Windows color (decimal): -7798202 or 4588169. OLE color: 4588169.

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

Color convert

RGB 137 2 70 -
CMYK 0 0.99 0.49 0.46
HSL 329.78º 0.97% 0.27% -
HSV(B) 329.78º 0.99% 0.54% -
XYZ 11.44 5.8 6.31 -
YUV 50.12 139.23 189.97 -
System Red Green Blue C M Y K H S L
Decimal 137 2 70 0 0.99 0.49 0.46 329.78 0.97 0.27
Hex 89 2 46 0 63 31 2E 14A 61 1B
Octal 211 2 106 0 143 61 56 512 141 33
Binary 10001001 10 1000110 0 1100011 110001 101110 101001010 1100001 11011

Color Harmonies of #890246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890246

Black with #890246

Text Example


Text Example

White with #890246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890246; }

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

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

background-color css

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

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

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

border-color css

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

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

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