Html Css Color HEX #490242 Tyrian Purple

📋 copy color: '#490242'

red 73 ◦ green 2 ◦ blue 66

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

Shades of Tyrian Purple #490242

Tints of Tyrian Purple #490242

RGB

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

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

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

R = 51.77%
G = 1.42%
B = 46.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.10

 K value IS 0.71

RGB Variations

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

Color information

#490242 (or 0x490242) is known color: Tyrian Purple. HEX triplet: 49, 02 and 42. RGB value is (73,2,66). Sum of RGB (Red+Green+Blue) = 73+2+66=141 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.77% from 141); Green value is 2 (1.17% from 255 or 1.42% from 141); Blue value is 66 (26.17% from 255 or 46.81% from 141); Max value from RGB is 73 - color contains mainly: red. Hex color #490242 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490242 is #B6FDBD. Grayscale: #1E1E1E. Windows color (decimal): -11992510 or 4325961. OLE color: 4325961.

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

Color convert

RGB 73 2 66 -
CMYK 0 0.97 0.10 0.71
HSL 305.92º 0.95% 0.15% -
HSV(B) 305.92º 0.97% 0.29% -
XYZ 3.75 1.85 5.31 -
YUV 30.53 148.02 158.3 -
System Red Green Blue C M Y K H S L
Decimal 73 2 66 0 0.97 0.10 0.71 305.92 0.95 0.15
Hex 49 2 42 0 61 A 47 132 5F F
Octal 111 2 102 0 141 12 107 462 137 17
Binary 1001001 10 1000010 0 1100001 1010 1000111 100110010 1011111 1111

Color Harmonies of #490242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490242

Black with #490242

Text Example


Text Example

White with #490242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490242; }

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

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

background-color css

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

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

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

border-color css

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

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

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