Html Css Color HEX #4C0542 Tyrian Purple

📋 copy color: '#4C0542'

red 76 ◦ green 5 ◦ blue 66

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

Shades of Tyrian Purple #4C0542

Tints of Tyrian Purple #4C0542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 44.9%

R = 51.7%
G = 3.4%
B = 44.9%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.13

 K value IS 0.70

RGB Variations

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

Color information

#4C0542 (or 0x4C0542) is known color: Tyrian Purple. HEX triplet: 4C, 05 and 42. RGB value is (76,5,66). Sum of RGB (Red+Green+Blue) = 76+5+66=147 (19% of max value = 765). Red value is 76 (30.08% from 255 or 51.70% from 147); Green value is 5 (2.34% from 255 or 3.40% from 147); Blue value is 66 (26.17% from 255 or 44.90% from 147); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0542 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0542 is #B3FABD. Grayscale: #212121. Windows color (decimal): -11795134 or 4326732. OLE color: 4326732.

HSL color Cylindrical-coordinate representation of color #4C0542: hue angle of 308.45º 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 #4C0542 is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 5 66 -
CMYK 0 0.93 0.13 0.70
HSL 308.45º 0.88% 0.16% -
HSV(B) 308.45º 0.93% 0.3% -
XYZ 4.02 2.04 5.34 -
YUV 33.18 146.52 158.54 -
System Red Green Blue C M Y K H S L
Decimal 76 5 66 0 0.93 0.13 0.70 308.45 0.88 0.16
Hex 4C 5 42 0 5D D 46 134 58 10
Octal 114 5 102 0 135 15 106 464 130 20
Binary 1001100 101 1000010 0 1011101 1101 1000110 100110100 1011000 10000

Color Harmonies of #4C0542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0542

Black with #4C0542

Text Example


Text Example

White with #4C0542

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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