Html Css Color HEX #890245 Tyrian Purple

📋 copy color: '#890245'

red 137 ◦ green 2 ◦ blue 69

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

Shades of Tyrian Purple #890245

Tints of Tyrian Purple #890245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 33.17%

R = 65.87%
G = 0.96%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.46

RGB Variations

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

Color information

#890245 (or 0x890245) is known color: Tyrian Purple. HEX triplet: 89, 02 and 45. RGB value is (137,2,69). Sum of RGB (Red+Green+Blue) = 137+2+69=208 (27% of max value = 765). Red value is 137 (53.91% from 255 or 65.87% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 69 (27.34% from 255 or 33.17% from 208); Max value from RGB is 137 - color contains mainly: red. Hex color #890245 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890245 is #76FDBA. Grayscale: #313131. Windows color (decimal): -7798203 or 4522633. OLE color: 4522633.

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

Color convert

RGB 137 2 69 -
CMYK 0 0.99 0.50 0.46
HSL 330.22º 0.97% 0.27% -
HSV(B) 330.22º 0.99% 0.54% -
XYZ 11.41 5.79 6.15 -
YUV 50 138.73 190.05 -
System Red Green Blue C M Y K H S L
Decimal 137 2 69 0 0.99 0.50 0.46 330.22 0.97 0.27
Hex 89 2 45 0 63 32 2E 14A 61 1B
Octal 211 2 105 0 143 62 56 512 141 33
Binary 10001001 10 1000101 0 1100011 110010 101110 101001010 1100001 11011

Color Harmonies of #890245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890245

Black with #890245

Text Example


Text Example

White with #890245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890245; }

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

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

background-color css

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

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

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

border-color css

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

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

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