Html Css Color HEX #890241 Tyrian Purple

📋 copy color: '#890241'

red 137 ◦ green 2 ◦ blue 65

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

Shades of Tyrian Purple #890241

Tints of Tyrian Purple #890241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 31.86%

R = 67.16%
G = 0.98%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.46

RGB Variations

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

Color information

#890241 (or 0x890241) is known color: Tyrian Purple. HEX triplet: 89, 02 and 41. RGB value is (137,2,65). Sum of RGB (Red+Green+Blue) = 137+2+65=204 (27% of max value = 765). Red value is 137 (53.91% from 255 or 67.16% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 65 (25.78% from 255 or 31.86% from 204); Max value from RGB is 137 - color contains mainly: red. Hex color #890241 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890241 is #76FDBE. Grayscale: #313131. Windows color (decimal): -7798207 or 4260489. OLE color: 4260489.

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

Color convert

RGB 137 2 65 -
CMYK 0 0.99 0.53 0.46
HSL 332º 0.97% 0.27% -
HSV(B) 332º 0.99% 0.54% -
XYZ 11.29 5.74 5.51 -
YUV 49.55 136.73 190.38 -
System Red Green Blue C M Y K H S L
Decimal 137 2 65 0 0.99 0.53 0.46 332 0.97 0.27
Hex 89 2 41 0 63 35 2E 14C 61 1B
Octal 211 2 101 0 143 65 56 514 141 33
Binary 10001001 10 1000001 0 1100011 110101 101110 101001100 1100001 11011

Color Harmonies of #890241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890241

Black with #890241

Text Example


Text Example

White with #890241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890241; }

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

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

background-color css

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

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

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

border-color css

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

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

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