Html Css Color HEX #4A0145 Tyrian Purple

📋 copy color: '#4A0145'

red 74 ◦ green 1 ◦ blue 69

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

Shades of Tyrian Purple #4A0145

Tints of Tyrian Purple #4A0145

RGB

 RED value IS 74 (29.3% from 255) = 51.39%

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

 BLUE value IS 69 (27.34% from 255) = 47.92%

R = 51.39%
G = 0.69%
B = 47.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.07

 K value IS 0.71

RGB Variations

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

Color information

#4A0145 (or 0x4A0145) is known color: Tyrian Purple. HEX triplet: 4A, 01 and 45. RGB value is (74,1,69). Sum of RGB (Red+Green+Blue) = 74+1+69=144 (19% of max value = 765). Red value is 74 (29.30% from 255 or 51.39% from 144); Green value is 1 (0.78% from 255 or 0.69% from 144); Blue value is 69 (27.34% from 255 or 47.92% from 144); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0145 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A0145 is #B5FEBA. Grayscale: #1E1E1E. Windows color (decimal): -11927227 or 4522314. OLE color: 4522314.

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

Color convert

RGB 74 1 69 -
CMYK 0 0.99 0.07 0.71
HSL 304.11º 0.97% 0.15% -
HSV(B) 304.11º 0.99% 0.29% -
XYZ 3.91 1.91 5.79 -
YUV 30.58 149.68 158.97 -
System Red Green Blue C M Y K H S L
Decimal 74 1 69 0 0.99 0.07 0.71 304.11 0.97 0.15
Hex 4A 1 45 0 63 7 47 130 61 F
Octal 112 1 105 0 143 7 107 460 141 17
Binary 1001010 1 1000101 0 1100011 111 1000111 100110000 1100001 1111

Color Harmonies of #4A0145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0145

Black with #4A0145

Text Example


Text Example

White with #4A0145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A0145; }

 p { color: rgb(74,1,69); }

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

background-color css

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

 a { background-color: rgb(74,1,69); }

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

border-color css

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

 span { border-color: rgb(74,1,69); }

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