Html Css Color HEX #4C043A Tyrian Purple

📋 copy color: '#4C043A'

red 76 ◦ green 4 ◦ blue 58

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

Shades of Tyrian Purple #4C043A

Tints of Tyrian Purple #4C043A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.9%

 BLUE value IS 58 (23.05% from 255) = 42.03%

R = 55.07%
G = 2.9%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.24

 K value IS 0.70

RGB Variations

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

Color information

#4C043A (or 0x4C043A) is known color: Tyrian Purple. HEX triplet: 4C, 04 and 3A. RGB value is (76,4,58). Sum of RGB (Red+Green+Blue) = 76+4+58=138 (18% of max value = 765). Red value is 76 (30.08% from 255 or 55.07% from 138); Green value is 4 (1.95% from 255 or 2.90% from 138); Blue value is 58 (23.05% from 255 or 42.03% from 138); Max value from RGB is 76 - color contains mainly: red. Hex color #4C043A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C043A is #B3FBC5. Grayscale: #1F1F1F. Windows color (decimal): -11795398 or 3802188. OLE color: 3802188.

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

Color convert

RGB 76 4 58 -
CMYK 0 0.95 0.24 0.70
HSL 315º 0.9% 0.16% -
HSV(B) 315º 0.95% 0.3% -
XYZ 3.79 1.93 4.18 -
YUV 31.68 142.85 159.61 -
System Red Green Blue C M Y K H S L
Decimal 76 4 58 0 0.95 0.24 0.70 315 0.9 0.16
Hex 4C 4 3A 0 5F 18 46 13B 5A 10
Octal 114 4 72 0 137 30 106 473 132 20
Binary 1001100 100 111010 0 1011111 11000 1000110 100111011 1011010 10000

Color Harmonies of #4C043A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C043A

Black with #4C043A

Text Example


Text Example

White with #4C043A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,4,58); }

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

background-color css

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

 a { background-color: rgb(76,4,58); }

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

border-color css

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

 span { border-color: rgb(76,4,58); }

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