Html Css Color HEX #89013F Tyrian Purple

📋 copy color: '#89013F'

red 137 ◦ green 1 ◦ blue 63

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

Shades of Tyrian Purple #89013F

Tints of Tyrian Purple #89013F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.5%

 BLUE value IS 63 (25% from 255) = 31.34%

R = 68.16%
G = 0.5%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.46

RGB Variations

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

Color information

#89013F (or 0x89013F) is known color: Tyrian Purple. HEX triplet: 89, 01 and 3F. RGB value is (137,1,63). Sum of RGB (Red+Green+Blue) = 137+1+63=201 (26% of max value = 765). Red value is 137 (53.91% from 255 or 68.16% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 63 (25% from 255 or 31.34% from 201); Max value from RGB is 137 - color contains mainly: red. Hex color #89013F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89013F is #76FEC0. Grayscale: #303030. Windows color (decimal): -7798465 or 4129161. OLE color: 4129161.

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

Color convert

RGB 137 1 63 -
CMYK 0 0.99 0.54 0.46
HSL 332.65º 0.99% 0.27% -
HSV(B) 332.65º 0.99% 0.54% -
XYZ 11.22 5.7 5.21 -
YUV 48.73 136.06 190.96 -
System Red Green Blue C M Y K H S L
Decimal 137 1 63 0 0.99 0.54 0.46 332.65 0.99 0.27
Hex 89 1 3F 0 63 36 2E 14D 63 1B
Octal 211 1 77 0 143 66 56 515 143 33
Binary 10001001 1 111111 0 1100011 110110 101110 101001101 1100011 11011

Color Harmonies of #89013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89013F

Black with #89013F

Text Example


Text Example

White with #89013F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89013F; }

 p { color: rgb(137,1,63); }

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

background-color css

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

 a { background-color: rgb(137,1,63); }

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

border-color css

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

 span { border-color: rgb(137,1,63); }

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