Html Css Color HEX #4A013C Tyrian Purple

📋 copy color: '#4A013C'

red 74 ◦ green 1 ◦ blue 60

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

Shades of Tyrian Purple #4A013C

Tints of Tyrian Purple #4A013C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 44.44%

R = 54.81%
G = 0.74%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.71

RGB Variations

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

Color information

#4A013C (or 0x4A013C) is known color: Tyrian Purple. HEX triplet: 4A, 01 and 3C. RGB value is (74,1,60). Sum of RGB (Red+Green+Blue) = 74+1+60=135 (17% of max value = 765). Red value is 74 (29.30% from 255 or 54.81% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 60 (23.83% from 255 or 44.44% from 135); Max value from RGB is 74 - color contains mainly: red. Hex color #4A013C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A013C is #B5FEC3. Grayscale: #1D1D1D. Windows color (decimal): -11927236 or 3932490. OLE color: 3932490.

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

Color convert

RGB 74 1 60 -
CMYK 0 0.99 0.19 0.71
HSL 311.51º 0.97% 0.15% -
HSV(B) 311.51º 0.99% 0.29% -
XYZ 3.65 1.8 4.43 -
YUV 29.55 145.18 159.7 -
System Red Green Blue C M Y K H S L
Decimal 74 1 60 0 0.99 0.19 0.71 311.51 0.97 0.15
Hex 4A 1 3C 0 63 13 47 138 61 F
Octal 112 1 74 0 143 23 107 470 141 17
Binary 1001010 1 111100 0 1100011 10011 1000111 100111000 1100001 1111

Color Harmonies of #4A013C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A013C

Black with #4A013C

Text Example


Text Example

White with #4A013C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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