Html Css Color HEX #4C063C Tyrian Purple

📋 copy color: '#4C063C'

red 76 ◦ green 6 ◦ blue 60

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

Shades of Tyrian Purple #4C063C

Tints of Tyrian Purple #4C063C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.23%

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

R = 53.52%
G = 4.23%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.21

 K value IS 0.70

RGB Variations

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

Color information

#4C063C (or 0x4C063C) is known color: Tyrian Purple. HEX triplet: 4C, 06 and 3C. RGB value is (76,6,60). Sum of RGB (Red+Green+Blue) = 76+6+60=142 (18% of max value = 765). Red value is 76 (30.08% from 255 or 53.52% from 142); Green value is 6 (2.73% from 255 or 4.23% from 142); Blue value is 60 (23.83% from 255 or 42.25% from 142); Max value from RGB is 76 - color contains mainly: red. Hex color #4C063C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C063C is #B3F9C3. Grayscale: #202020. Windows color (decimal): -11794884 or 3933772. OLE color: 3933772.

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

Color convert

RGB 76 6 60 -
CMYK 0 0.92 0.21 0.70
HSL 313.71º 0.85% 0.16% -
HSV(B) 313.71º 0.92% 0.3% -
XYZ 3.86 1.99 4.46 -
YUV 33.09 143.19 158.61 -
System Red Green Blue C M Y K H S L
Decimal 76 6 60 0 0.92 0.21 0.70 313.71 0.85 0.16
Hex 4C 6 3C 0 5C 15 46 13A 55 10
Octal 114 6 74 0 134 25 106 472 125 20
Binary 1001100 110 111100 0 1011100 10101 1000110 100111010 1010101 10000

Color Harmonies of #4C063C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C063C

Black with #4C063C

Text Example


Text Example

White with #4C063C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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