Html Css Color HEX #490043 Tyrian Purple

📋 copy color: '#490043'

red 73 ◦ green 0 ◦ blue 67

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

Shades of Tyrian Purple #490043

Tints of Tyrian Purple #490043

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 67 (26.56% from 255) = 47.86%

R = 52.14%
G = 0%
B = 47.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.08

 K value IS 0.71

RGB Variations

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

Color information

#490043 (or 0x490043) is known color: Tyrian Purple. HEX triplet: 49, 00 and 43. RGB value is (73,0,67). Sum of RGB (Red+Green+Blue) = 73+0+67=140 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.14% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 67 (26.56% from 255 or 47.86% from 140); Max value from RGB is 73 - color contains mainly: red. Hex color #490043 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490043 is #B6FFBC. Grayscale: #1D1D1D. Windows color (decimal): -11993021 or 4390985. OLE color: 4390985.

HSL color Cylindrical-coordinate representation of color #490043: hue angle of 304.93º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #490043 is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 0 67 -
CMYK 0 1 0.08 0.71
HSL 304.93º 1% 0.14% -
HSV(B) 304.93º 1% 0.29% -
XYZ 3.76 1.82 5.46 -
YUV 29.47 149.18 159.05 -
System Red Green Blue C M Y K H S L
Decimal 73 0 67 0 1 0.08 0.71 304.93 1 0.14
Hex 49 0 43 0 64 8 47 131 64 E
Octal 111 0 103 0 144 10 107 461 144 16
Binary 1001001 0 1000011 0 1100100 1000 1000111 100110001 1100100 1110

Color Harmonies of #490043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490043

Black with #490043

Text Example


Text Example

White with #490043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490043; }

 p { color: rgb(73,0,67); }

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

background-color css

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

 a { background-color: rgb(73,0,67); }

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

border-color css

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

 span { border-color: rgb(73,0,67); }

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