Html Css Color HEX #4C0048 Tyrian Purple

📋 copy color: '#4C0048'

red 76 ◦ green 0 ◦ blue 72

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

Shades of Tyrian Purple #4C0048

Tints of Tyrian Purple #4C0048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 48.65%

R = 51.35%
G = 0%
B = 48.65%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.05

 K value IS 0.70

RGB Variations

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

Color information

#4C0048 (or 0x4C0048) is known color: Tyrian Purple. HEX triplet: 4C, 00 and 48. RGB value is (76,0,72). Sum of RGB (Red+Green+Blue) = 76+0+72=148 (19% of max value = 765). Red value is 76 (30.08% from 255 or 51.35% from 148); Green value is 0 (0.39% from 255 or 0% from 148); Blue value is 72 (28.52% from 255 or 48.65% from 148); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0048 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0048 is #B3FFB7. Grayscale: #1E1E1E. Windows color (decimal): -11796408 or 4718668. OLE color: 4718668.

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

Color convert

RGB 76 0 72 -
CMYK 0 1 0.05 0.70
HSL 303.16º 1% 0.15% -
HSV(B) 303.16º 1% 0.3% -
XYZ 4.15 2 6.3 -
YUV 30.93 151.18 160.15 -
System Red Green Blue C M Y K H S L
Decimal 76 0 72 0 1 0.05 0.70 303.16 1 0.15
Hex 4C 0 48 0 64 5 46 12F 64 F
Octal 114 0 110 0 144 5 106 457 144 17
Binary 1001100 0 1001000 0 1100100 101 1000110 100101111 1100100 1111

Color Harmonies of #4C0048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0048

Black with #4C0048

Text Example


Text Example

White with #4C0048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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