Html Css Color HEX #4C004C Tyrian Purple

📋 copy color: '#4C004C'

red 76 ◦ green 0 ◦ blue 76

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

Shades of Tyrian Purple #4C004C

Tints of Tyrian Purple #4C004C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 50%

R = 50%
G = 0%
B = 50%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#4C004C (or 0x4C004C) is known color: Tyrian Purple. HEX triplet: 4C, 00 and 4C. RGB value is (76,0,76). Sum of RGB (Red+Green+Blue) = 76+0+76=152 (20% of max value = 765). Red value is 76 (30.08% from 255 or 50% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 76 (30.08% from 255 or 50% from 152); Max value from RGB is 76 - color contains mainly: red, blue. Hex color #4C004C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C004C is #B3FFB3. Grayscale: #1F1F1F. Windows color (decimal): -11796404 or 4980812. OLE color: 4980812.

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

Color convert

RGB 76 0 76 -
CMYK 0 1 0 0.70
HSL 300º 1% 0.15% -
HSV(B) 300º 1% 0.3% -
XYZ 4.28 2.06 7.01 -
YUV 31.39 153.18 159.82 -
System Red Green Blue C M Y K H S L
Decimal 76 0 76 0 1 0 0.70 300 1 0.15
Hex 4C 0 4C 0 64 0 46 12C 64 F
Octal 114 0 114 0 144 0 106 454 144 17
Binary 1001100 0 1001100 0 1100100 0 1000110 100101100 1100100 1111

Color Harmonies of #4C004C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C004C

Black with #4C004C

Text Example


Text Example

White with #4C004C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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