Html Css Color HEX #4C0346 Tyrian Purple

📋 copy color: '#4C0346'

red 76 ◦ green 3 ◦ blue 70

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

Shades of Tyrian Purple #4C0346

Tints of Tyrian Purple #4C0346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 46.98%

R = 51.01%
G = 2.01%
B = 46.98%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.08

 K value IS 0.70

RGB Variations

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

Color information

#4C0346 (or 0x4C0346) is known color: Tyrian Purple. HEX triplet: 4C, 03 and 46. RGB value is (76,3,70). Sum of RGB (Red+Green+Blue) = 76+3+70=149 (19% of max value = 765). Red value is 76 (30.08% from 255 or 51.01% from 149); Green value is 3 (1.56% from 255 or 2.01% from 149); Blue value is 70 (27.73% from 255 or 46.98% from 149); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0346 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0346 is #B3FCB9. Grayscale: #202020. Windows color (decimal): -11795642 or 4588364. OLE color: 4588364.

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

Color convert

RGB 76 3 70 -
CMYK 0 0.96 0.08 0.70
HSL 304.93º 0.92% 0.15% -
HSV(B) 304.93º 0.96% 0.3% -
XYZ 4.12 2.04 5.97 -
YUV 32.47 149.18 159.05 -
System Red Green Blue C M Y K H S L
Decimal 76 3 70 0 0.96 0.08 0.70 304.93 0.92 0.15
Hex 4C 3 46 0 60 8 46 131 5C F
Octal 114 3 106 0 140 10 106 461 134 17
Binary 1001100 11 1000110 0 1100000 1000 1000110 100110001 1011100 1111

Color Harmonies of #4C0346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0346

Black with #4C0346

Text Example


Text Example

White with #4C0346

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,3,70); }

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

background-color css

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

 a { background-color: rgb(76,3,70); }

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

border-color css

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

 span { border-color: rgb(76,3,70); }

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