Html Css Color HEX #4C004A Tyrian Purple

📋 copy color: '#4C004A'

red 76 ◦ green 0 ◦ blue 74

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

Shades of Tyrian Purple #4C004A

Tints of Tyrian Purple #4C004A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 74 (29.3% from 255) = 49.33%

R = 50.67%
G = 0%
B = 49.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.03

 K value IS 0.70

RGB Variations

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

Color information

#4C004A (or 0x4C004A) is known color: Tyrian Purple. HEX triplet: 4C, 00 and 4A. RGB value is (76,0,74). Sum of RGB (Red+Green+Blue) = 76+0+74=150 (19% of max value = 765). Red value is 76 (30.08% from 255 or 50.67% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 74 (29.30% from 255 or 49.33% from 150); Max value from RGB is 76 - color contains mainly: red. Hex color #4C004A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C004A is #B3FFB5. Grayscale: #1E1E1E. Windows color (decimal): -11796406 or 4849740. OLE color: 4849740.

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

Color convert

RGB 76 0 74 -
CMYK 0 1 0.03 0.70
HSL 301.58º 1% 0.15% -
HSV(B) 301.58º 1% 0.3% -
XYZ 4.22 2.03 6.65 -
YUV 31.16 152.18 159.98 -
System Red Green Blue C M Y K H S L
Decimal 76 0 74 0 1 0.03 0.70 301.58 1 0.15
Hex 4C 0 4A 0 64 3 46 12E 64 F
Octal 114 0 112 0 144 3 106 456 144 17
Binary 1001100 0 1001010 0 1100100 11 1000110 100101110 1100100 1111

Color Harmonies of #4C004A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C004A

Black with #4C004A

Text Example


Text Example

White with #4C004A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,0,74); }

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

background-color css

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

 a { background-color: rgb(76,0,74); }

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

border-color css

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

 span { border-color: rgb(76,0,74); }

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