Html Css Color HEX #890242 Tyrian Purple

📋 copy color: '#890242'

red 137 ◦ green 2 ◦ blue 66

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

Shades of Tyrian Purple #890242

Tints of Tyrian Purple #890242

RGB

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

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

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

R = 66.83%
G = 0.98%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.46

RGB Variations

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

Color information

#890242 (or 0x890242) is known color: Tyrian Purple. HEX triplet: 89, 02 and 42. RGB value is (137,2,66). Sum of RGB (Red+Green+Blue) = 137+2+66=205 (27% of max value = 765). Red value is 137 (53.91% from 255 or 66.83% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 66 (26.17% from 255 or 32.20% from 205); Max value from RGB is 137 - color contains mainly: red. Hex color #890242 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890242 is #76FDBD. Grayscale: #313131. Windows color (decimal): -7798206 or 4326025. OLE color: 4326025.

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

Color convert

RGB 137 2 66 -
CMYK 0 0.99 0.52 0.46
HSL 331.56º 0.97% 0.27% -
HSV(B) 331.56º 0.99% 0.54% -
XYZ 11.32 5.76 5.67 -
YUV 49.66 137.23 190.3 -
System Red Green Blue C M Y K H S L
Decimal 137 2 66 0 0.99 0.52 0.46 331.56 0.97 0.27
Hex 89 2 42 0 63 34 2E 14C 61 1B
Octal 211 2 102 0 143 64 56 514 141 33
Binary 10001001 10 1000010 0 1100011 110100 101110 101001100 1100001 11011

Color Harmonies of #890242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890242

Black with #890242

Text Example


Text Example

White with #890242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890242; }

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

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

background-color css

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

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

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

border-color css

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

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

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