Html Css Color HEX #4C033C Tyrian Purple

📋 copy color: '#4C033C'

red 76 ◦ green 3 ◦ blue 60

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

Shades of Tyrian Purple #4C033C

Tints of Tyrian Purple #4C033C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.16%

 BLUE value IS 60 (23.83% from 255) = 43.17%

R = 54.68%
G = 2.16%
B = 43.17%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.21

 K value IS 0.70

RGB Variations

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

Color information

#4C033C (or 0x4C033C) is known color: Tyrian Purple. HEX triplet: 4C, 03 and 3C. RGB value is (76,3,60). Sum of RGB (Red+Green+Blue) = 76+3+60=139 (18% of max value = 765). Red value is 76 (30.08% from 255 or 54.68% from 139); Green value is 3 (1.56% from 255 or 2.16% from 139); Blue value is 60 (23.83% from 255 or 43.17% from 139); Max value from RGB is 76 - color contains mainly: red. Hex color #4C033C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C033C is #B3FCC3. Grayscale: #1F1F1F. Windows color (decimal): -11795652 or 3933004. OLE color: 3933004.

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

Color convert

RGB 76 3 60 -
CMYK 0 0.96 0.21 0.70
HSL 313.15º 0.92% 0.15% -
HSV(B) 313.15º 0.96% 0.3% -
XYZ 3.83 1.93 4.45 -
YUV 31.33 144.18 159.87 -
System Red Green Blue C M Y K H S L
Decimal 76 3 60 0 0.96 0.21 0.70 313.15 0.92 0.15
Hex 4C 3 3C 0 60 15 46 139 5C F
Octal 114 3 74 0 140 25 106 471 134 17
Binary 1001100 11 111100 0 1100000 10101 1000110 100111001 1011100 1111

Color Harmonies of #4C033C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C033C

Black with #4C033C

Text Example


Text Example

White with #4C033C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,3,60); }

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

background-color css

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

 a { background-color: rgb(76,3,60); }

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

border-color css

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

 span { border-color: rgb(76,3,60); }

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