Html Css Color HEX #4C0448 Tyrian Purple

📋 copy color: '#4C0448'

red 76 ◦ green 4 ◦ blue 72

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

Shades of Tyrian Purple #4C0448

Tints of Tyrian Purple #4C0448

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.63%

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

R = 50%
G = 2.63%
B = 47.37%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.05

 K value IS 0.70

RGB Variations

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

Color information

#4C0448 (or 0x4C0448) is known color: Tyrian Purple. HEX triplet: 4C, 04 and 48. RGB value is (76,4,72). Sum of RGB (Red+Green+Blue) = 76+4+72=152 (20% of max value = 765). Red value is 76 (30.08% from 255 or 50% from 152); Green value is 4 (1.95% from 255 or 2.63% from 152); Blue value is 72 (28.52% from 255 or 47.37% from 152); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0448 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0448 is #B3FBB7. Grayscale: #212121. Windows color (decimal): -11795384 or 4719692. OLE color: 4719692.

HSL color Cylindrical-coordinate representation of color #4C0448: hue angle of 303.33º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4C0448 is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 4 72 -
CMYK 0 0.95 0.05 0.70
HSL 303.33º 0.9% 0.16% -
HSV(B) 303.33º 0.95% 0.3% -
XYZ 4.19 2.09 6.31 -
YUV 33.28 149.85 158.47 -
System Red Green Blue C M Y K H S L
Decimal 76 4 72 0 0.95 0.05 0.70 303.33 0.9 0.16
Hex 4C 4 48 0 5F 5 46 12F 5A 10
Octal 114 4 110 0 137 5 106 457 132 20
Binary 1001100 100 1001000 0 1011111 101 1000110 100101111 1011010 10000

Color Harmonies of #4C0448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0448

Black with #4C0448

Text Example


Text Example

White with #4C0448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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