Html Css Color HEX #4A013B Tyrian Purple

📋 copy color: '#4A013B'

red 74 ◦ green 1 ◦ blue 59

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

Shades of Tyrian Purple #4A013B

Tints of Tyrian Purple #4A013B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 44.03%

R = 55.22%
G = 0.75%
B = 44.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.20

 K value IS 0.71

RGB Variations

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

Color information

#4A013B (or 0x4A013B) is known color: Tyrian Purple. HEX triplet: 4A, 01 and 3B. RGB value is (74,1,59). Sum of RGB (Red+Green+Blue) = 74+1+59=134 (17% of max value = 765). Red value is 74 (29.30% from 255 or 55.22% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 59 (23.44% from 255 or 44.03% from 134); Max value from RGB is 74 - color contains mainly: red. Hex color #4A013B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A013B is #B5FEC4. Grayscale: #1D1D1D. Windows color (decimal): -11927237 or 3866954. OLE color: 3866954.

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

Color convert

RGB 74 1 59 -
CMYK 0 0.99 0.20 0.71
HSL 312.33º 0.97% 0.15% -
HSV(B) 312.33º 0.99% 0.29% -
XYZ 3.62 1.79 4.29 -
YUV 29.44 144.68 159.78 -
System Red Green Blue C M Y K H S L
Decimal 74 1 59 0 0.99 0.20 0.71 312.33 0.97 0.15
Hex 4A 1 3B 0 63 14 47 138 61 F
Octal 112 1 73 0 143 24 107 470 141 17
Binary 1001010 1 111011 0 1100011 10100 1000111 100111000 1100001 1111

Color Harmonies of #4A013B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A013B

Black with #4A013B

Text Example


Text Example

White with #4A013B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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