Html Css Color HEX #890342 Tyrian Purple

📋 copy color: '#890342'

red 137 ◦ green 3 ◦ blue 66

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

Shades of Tyrian Purple #890342

Tints of Tyrian Purple #890342

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.46%

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

R = 66.5%
G = 1.46%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.46

RGB Variations

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

Color information

#890342 (or 0x890342) is known color: Tyrian Purple. HEX triplet: 89, 03 and 42. RGB value is (137,3,66). Sum of RGB (Red+Green+Blue) = 137+3+66=206 (27% of max value = 765). Red value is 137 (53.91% from 255 or 66.50% from 206); Green value is 3 (1.56% from 255 or 1.46% from 206); Blue value is 66 (26.17% from 255 or 32.04% from 206); Max value from RGB is 137 - color contains mainly: red. Hex color #890342 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890342 is #76FCBD. Grayscale: #323232. Windows color (decimal): -7797950 or 4326281. OLE color: 4326281.

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

Color convert

RGB 137 3 66 -
CMYK 0 0.98 0.52 0.46
HSL 331.79º 0.96% 0.27% -
HSV(B) 331.79º 0.98% 0.54% -
XYZ 11.33 5.78 5.67 -
YUV 50.25 136.89 189.88 -
System Red Green Blue C M Y K H S L
Decimal 137 3 66 0 0.98 0.52 0.46 331.79 0.96 0.27
Hex 89 3 42 0 62 34 2E 14C 60 1B
Octal 211 3 102 0 142 64 56 514 140 33
Binary 10001001 11 1000010 0 1100010 110100 101110 101001100 1100000 11011

Color Harmonies of #890342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890342

Black with #890342

Text Example


Text Example

White with #890342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890342; }

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

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

background-color css

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

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

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

border-color css

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

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

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