Html Css Color HEX #4A033D Tyrian Purple

📋 copy color: '#4A033D'

red 74 ◦ green 3 ◦ blue 61

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

Shades of Tyrian Purple #4A033D

Tints of Tyrian Purple #4A033D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.17%

 BLUE value IS 61 (24.22% from 255) = 44.2%

R = 53.62%
G = 2.17%
B = 44.2%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.18

 K value IS 0.71

RGB Variations

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

Color information

#4A033D (or 0x4A033D) is known color: Tyrian Purple. HEX triplet: 4A, 03 and 3D. RGB value is (74,3,61). Sum of RGB (Red+Green+Blue) = 74+3+61=138 (18% of max value = 765). Red value is 74 (29.30% from 255 or 53.62% from 138); Green value is 3 (1.56% from 255 or 2.17% from 138); Blue value is 61 (24.22% from 255 or 44.20% from 138); Max value from RGB is 74 - color contains mainly: red. Hex color #4A033D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A033D is #B5FCC2. Grayscale: #1E1E1E. Windows color (decimal): -11926723 or 3998538. OLE color: 3998538.

HSL color Cylindrical-coordinate representation of color #4A033D: hue angle of 310.99º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4A033D is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 3 61 -
CMYK 0 0.96 0.18 0.71
HSL 310.99º 0.92% 0.15% -
HSV(B) 310.99º 0.96% 0.29% -
XYZ 3.7 1.86 4.58 -
YUV 30.84 145.02 158.78 -
System Red Green Blue C M Y K H S L
Decimal 74 3 61 0 0.96 0.18 0.71 310.99 0.92 0.15
Hex 4A 3 3D 0 60 12 47 137 5C F
Octal 112 3 75 0 140 22 107 467 134 17
Binary 1001010 11 111101 0 1100000 10010 1000111 100110111 1011100 1111

Color Harmonies of #4A033D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A033D

Black with #4A033D

Text Example


Text Example

White with #4A033D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,3,61); }

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

background-color css

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

 a { background-color: rgb(74,3,61); }

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

border-color css

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

 span { border-color: rgb(74,3,61); }

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