Html Css Color HEX #4C053C Tyrian Purple

📋 copy color: '#4C053C'

red 76 ◦ green 5 ◦ blue 60

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

Shades of Tyrian Purple #4C053C

Tints of Tyrian Purple #4C053C

RGB

 RED value IS 76 (30.08% from 255) = 53.9%

 GREEN value IS 5 (2.34% from 255) = 3.55%

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

R = 53.9%
G = 3.55%
B = 42.55%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.21

 K value IS 0.70

RGB Variations

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

Color information

#4C053C (or 0x4C053C) is known color: Tyrian Purple. HEX triplet: 4C, 05 and 3C. RGB value is (76,5,60). Sum of RGB (Red+Green+Blue) = 76+5+60=141 (18% of max value = 765). Red value is 76 (30.08% from 255 or 53.90% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 60 (23.83% from 255 or 42.55% from 141); Max value from RGB is 76 - color contains mainly: red. Hex color #4C053C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C053C is #B3FAC3. Grayscale: #202020. Windows color (decimal): -11795140 or 3933516. OLE color: 3933516.

HSL color Cylindrical-coordinate representation of color #4C053C: hue angle of 313.52º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4C053C is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 5 60 -
CMYK 0 0.93 0.21 0.70
HSL 313.52º 0.88% 0.16% -
HSV(B) 313.52º 0.93% 0.3% -
XYZ 3.85 1.97 4.45 -
YUV 32.5 143.52 159.03 -
System Red Green Blue C M Y K H S L
Decimal 76 5 60 0 0.93 0.21 0.70 313.52 0.88 0.16
Hex 4C 5 3C 0 5D 15 46 13A 58 10
Octal 114 5 74 0 135 25 106 472 130 20
Binary 1001100 101 111100 0 1011101 10101 1000110 100111010 1011000 10000

Color Harmonies of #4C053C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C053C

Black with #4C053C

Text Example


Text Example

White with #4C053C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,5,60); }

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

background-color css

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

 a { background-color: rgb(76,5,60); }

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

border-color css

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

 span { border-color: rgb(76,5,60); }

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