Html Css Color HEX #4C0148 Tyrian Purple

📋 copy color: '#4C0148'

red 76 ◦ green 1 ◦ blue 72

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

Shades of Tyrian Purple #4C0148

Tints of Tyrian Purple #4C0148

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.67%

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

R = 51.01%
G = 0.67%
B = 48.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.05

 K value IS 0.70

RGB Variations

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

Color information

#4C0148 (or 0x4C0148) is known color: Tyrian Purple. HEX triplet: 4C, 01 and 48. RGB value is (76,1,72). Sum of RGB (Red+Green+Blue) = 76+1+72=149 (19% of max value = 765). Red value is 76 (30.08% from 255 or 51.01% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 72 (28.52% from 255 or 48.32% from 149); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0148 is #B3FEB7. Grayscale: #1F1F1F. Windows color (decimal): -11796152 or 4718924. OLE color: 4718924.

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

Color convert

RGB 76 1 72 -
CMYK 0 0.99 0.05 0.70
HSL 303.2º 0.97% 0.15% -
HSV(B) 303.2º 0.99% 0.3% -
XYZ 4.16 2.03 6.3 -
YUV 31.52 150.85 159.73 -
System Red Green Blue C M Y K H S L
Decimal 76 1 72 0 0.99 0.05 0.70 303.2 0.97 0.15
Hex 4C 1 48 0 63 5 46 12F 61 F
Octal 114 1 110 0 143 5 106 457 141 17
Binary 1001100 1 1001000 0 1100011 101 1000110 100101111 1100001 1111

Color Harmonies of #4C0148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0148

Black with #4C0148

Text Example


Text Example

White with #4C0148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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