Html Css Color HEX #490140 Tyrian Purple

📋 copy color: '#490140'

red 73 ◦ green 1 ◦ blue 64

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

Shades of Tyrian Purple #490140

Tints of Tyrian Purple #490140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 46.38%

R = 52.9%
G = 0.72%
B = 46.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#490140 (or 0x490140) is known color: Tyrian Purple. HEX triplet: 49, 01 and 40. RGB value is (73,1,64). Sum of RGB (Red+Green+Blue) = 73+1+64=138 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.90% from 138); Green value is 1 (0.78% from 255 or 0.72% from 138); Blue value is 64 (25.39% from 255 or 46.38% from 138); Max value from RGB is 73 - color contains mainly: red. Hex color #490140 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490140 is #B6FEBF. Grayscale: #1D1D1D. Windows color (decimal): -11992768 or 4194633. OLE color: 4194633.

HSL color Cylindrical-coordinate representation of color #490140: hue angle of 307.5º 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 #490140 is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 1 64 -
CMYK 0 0.99 0.12 0.71
HSL 307.5º 0.97% 0.15% -
HSV(B) 307.5º 0.99% 0.29% -
XYZ 3.68 1.81 5.01 -
YUV 29.71 147.35 158.88 -
System Red Green Blue C M Y K H S L
Decimal 73 1 64 0 0.99 0.12 0.71 307.5 0.97 0.15
Hex 49 1 40 0 63 C 47 134 61 F
Octal 111 1 100 0 143 14 107 464 141 17
Binary 1001001 1 1000000 0 1100011 1100 1000111 100110100 1100001 1111

Color Harmonies of #490140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490140

Black with #490140

Text Example


Text Example

White with #490140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490140; }

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

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

background-color css

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

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

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

border-color css

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

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

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