Html Css Color HEX #490142 Tyrian Purple

📋 copy color: '#490142'

red 73 ◦ green 1 ◦ blue 66

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

Shades of Tyrian Purple #490142

Tints of Tyrian Purple #490142

RGB

 RED value IS 73 (28.91% from 255) = 52.14%

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

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

R = 52.14%
G = 0.71%
B = 47.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.10

 K value IS 0.71

RGB Variations

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

Color information

#490142 (or 0x490142) is known color: Tyrian Purple. HEX triplet: 49, 01 and 42. RGB value is (73,1,66). Sum of RGB (Red+Green+Blue) = 73+1+66=140 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.14% from 140); Green value is 1 (0.78% from 255 or 0.71% from 140); Blue value is 66 (26.17% from 255 or 47.14% from 140); Max value from RGB is 73 - color contains mainly: red. Hex color #490142 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490142 is #B6FEBD. Grayscale: #1D1D1D. Windows color (decimal): -11992766 or 4325705. OLE color: 4325705.

HSL color Cylindrical-coordinate representation of color #490142: hue angle of 305.83º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #490142 is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 1 66 -
CMYK 0 0.99 0.10 0.71
HSL 305.83º 0.97% 0.15% -
HSV(B) 305.83º 0.99% 0.29% -
XYZ 3.74 1.83 5.31 -
YUV 29.94 148.35 158.71 -
System Red Green Blue C M Y K H S L
Decimal 73 1 66 0 0.99 0.10 0.71 305.83 0.97 0.15
Hex 49 1 42 0 63 A 47 132 61 F
Octal 111 1 102 0 143 12 107 462 141 17
Binary 1001001 1 1000010 0 1100011 1010 1000111 100110010 1100001 1111

Color Harmonies of #490142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490142

Black with #490142

Text Example


Text Example

White with #490142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490142; }

 p { color: rgb(73,1,66); }

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

background-color css

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

 a { background-color: rgb(73,1,66); }

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

border-color css

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

 span { border-color: rgb(73,1,66); }

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