Html Css Color HEX #4C003E Tyrian Purple

📋 copy color: '#4C003E'

red 76 ◦ green 0 ◦ blue 62

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

Shades of Tyrian Purple #4C003E

Tints of Tyrian Purple #4C003E

RGB

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

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

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

R = 55.07%
G = 0%
B = 44.93%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.18

 K value IS 0.70

RGB Variations

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

Color information

#4C003E (or 0x4C003E) is known color: Tyrian Purple. HEX triplet: 4C, 00 and 3E. RGB value is (76,0,62). Sum of RGB (Red+Green+Blue) = 76+0+62=138 (18% of max value = 765). Red value is 76 (30.08% from 255 or 55.07% from 138); Green value is 0 (0.39% from 255 or 0% from 138); Blue value is 62 (24.61% from 255 or 44.93% from 138); Max value from RGB is 76 - color contains mainly: red. Hex color #4C003E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C003E is #B3FFC1. Grayscale: #1D1D1D. Windows color (decimal): -11796418 or 4063308. OLE color: 4063308.

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

Color convert

RGB 76 0 62 -
CMYK 0 1 0.18 0.70
HSL 311.05º 1% 0.15% -
HSV(B) 311.05º 1% 0.3% -
XYZ 3.85 1.88 4.72 -
YUV 29.79 146.18 160.96 -
System Red Green Blue C M Y K H S L
Decimal 76 0 62 0 1 0.18 0.70 311.05 1 0.15
Hex 4C 0 3E 0 64 12 46 137 64 F
Octal 114 0 76 0 144 22 106 467 144 17
Binary 1001100 0 111110 0 1100100 10010 1000110 100110111 1100100 1111

Color Harmonies of #4C003E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C003E

Black with #4C003E

Text Example


Text Example

White with #4C003E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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