Html Css Color HEX #4C053E Tyrian Purple

📋 copy color: '#4C053E'

red 76 ◦ green 5 ◦ blue 62

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

Shades of Tyrian Purple #4C053E

Tints of Tyrian Purple #4C053E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.5%

 BLUE value IS 62 (24.61% from 255) = 43.36%

R = 53.15%
G = 3.5%
B = 43.36%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.18

 K value IS 0.70

RGB Variations

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

Color information

#4C053E (or 0x4C053E) is known color: Tyrian Purple. HEX triplet: 4C, 05 and 3E. RGB value is (76,5,62). Sum of RGB (Red+Green+Blue) = 76+5+62=143 (18% of max value = 765). Red value is 76 (30.08% from 255 or 53.15% from 143); Green value is 5 (2.34% from 255 or 3.50% from 143); Blue value is 62 (24.61% from 255 or 43.36% from 143); Max value from RGB is 76 - color contains mainly: red. Hex color #4C053E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C053E is #B3FAC1. Grayscale: #202020. Windows color (decimal): -11795138 or 4064588. OLE color: 4064588.

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

Color convert

RGB 76 5 62 -
CMYK 0 0.93 0.18 0.70
HSL 311.83º 0.88% 0.16% -
HSV(B) 311.83º 0.93% 0.3% -
XYZ 3.9 1.99 4.74 -
YUV 32.73 144.52 158.87 -
System Red Green Blue C M Y K H S L
Decimal 76 5 62 0 0.93 0.18 0.70 311.83 0.88 0.16
Hex 4C 5 3E 0 5D 12 46 138 58 10
Octal 114 5 76 0 135 22 106 470 130 20
Binary 1001100 101 111110 0 1011101 10010 1000110 100111000 1011000 10000

Color Harmonies of #4C053E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C053E

Black with #4C053E

Text Example


Text Example

White with #4C053E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,5,62); }

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

background-color css

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

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

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

border-color css

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

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

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