Html Css Color HEX #4C003F Tyrian Purple

📋 copy color: '#4C003F'

red 76 ◦ green 0 ◦ blue 63

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

Shades of Tyrian Purple #4C003F

Tints of Tyrian Purple #4C003F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 45.32%

R = 54.68%
G = 0%
B = 45.32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.17

 K value IS 0.70

RGB Variations

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

Color information

#4C003F (or 0x4C003F) is known color: Tyrian Purple. HEX triplet: 4C, 00 and 3F. RGB value is (76,0,63). Sum of RGB (Red+Green+Blue) = 76+0+63=139 (18% of max value = 765). Red value is 76 (30.08% from 255 or 54.68% from 139); Green value is 0 (0.39% from 255 or 0% from 139); Blue value is 63 (25% from 255 or 45.32% from 139); Max value from RGB is 76 - color contains mainly: red. Hex color #4C003F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C003F is #B3FFC0. Grayscale: #1D1D1D. Windows color (decimal): -11796417 or 4128844. OLE color: 4128844.

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

Color convert

RGB 76 0 63 -
CMYK 0 1 0.17 0.70
HSL 310.26º 1% 0.15% -
HSV(B) 310.26º 1% 0.3% -
XYZ 3.88 1.9 4.86 -
YUV 29.91 146.68 160.88 -
System Red Green Blue C M Y K H S L
Decimal 76 0 63 0 1 0.17 0.70 310.26 1 0.15
Hex 4C 0 3F 0 64 11 46 136 64 F
Octal 114 0 77 0 144 21 106 466 144 17
Binary 1001100 0 111111 0 1100100 10001 1000110 100110110 1100100 1111

Color Harmonies of #4C003F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C003F

Black with #4C003F

Text Example


Text Example

White with #4C003F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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