Html Css Color HEX #490341 Tyrian Purple

📋 copy color: '#490341'

red 73 ◦ green 3 ◦ blue 65

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

Shades of Tyrian Purple #490341

Tints of Tyrian Purple #490341

RGB

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

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

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

R = 51.77%
G = 2.13%
B = 46.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#490341 (or 0x490341) is known color: Tyrian Purple. HEX triplet: 49, 03 and 41. RGB value is (73,3,65). Sum of RGB (Red+Green+Blue) = 73+3+65=141 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.77% from 141); Green value is 3 (1.56% from 255 or 2.13% from 141); Blue value is 65 (25.78% from 255 or 46.10% from 141); Max value from RGB is 73 - color contains mainly: red. Hex color #490341 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490341 is #B6FCBE. Grayscale: #1E1E1E. Windows color (decimal): -11992255 or 4260681. OLE color: 4260681.

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

Color convert

RGB 73 3 65 -
CMYK 0 0.96 0.11 0.71
HSL 306.86º 0.92% 0.15% -
HSV(B) 306.86º 0.96% 0.29% -
XYZ 3.73 1.86 5.16 -
YUV 31 147.19 157.96 -
System Red Green Blue C M Y K H S L
Decimal 73 3 65 0 0.96 0.11 0.71 306.86 0.92 0.15
Hex 49 3 41 0 60 B 47 133 5C F
Octal 111 3 101 0 140 13 107 463 134 17
Binary 1001001 11 1000001 0 1100000 1011 1000111 100110011 1011100 1111

Color Harmonies of #490341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490341

Black with #490341

Text Example


Text Example

White with #490341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490341; }

 p { color: rgb(73,3,65); }

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

background-color css

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

 a { background-color: rgb(73,3,65); }

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

border-color css

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

 span { border-color: rgb(73,3,65); }

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