Html Css Color HEX #4D023C Tyrian Purple

📋 copy color: '#4D023C'

red 77 ◦ green 2 ◦ blue 60

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

Shades of Tyrian Purple #4D023C

Tints of Tyrian Purple #4D023C

RGB

 RED value IS 77 (30.47% from 255) = 55.4%

 GREEN value IS 2 (1.17% from 255) = 1.44%

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

R = 55.4%
G = 1.44%
B = 43.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.22

 K value IS 0.70

RGB Variations

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

Color information

#4D023C (or 0x4D023C) is known color: Tyrian Purple. HEX triplet: 4D, 02 and 3C. RGB value is (77,2,60). Sum of RGB (Red+Green+Blue) = 77+2+60=139 (18% of max value = 765). Red value is 77 (30.47% from 255 or 55.40% from 139); Green value is 2 (1.17% from 255 or 1.44% from 139); Blue value is 60 (23.83% from 255 or 43.17% from 139); Max value from RGB is 77 - color contains mainly: red. Hex color #4D023C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D023C is #B2FDC3. Grayscale: #1E1E1E. Windows color (decimal): -11730372 or 3932749. OLE color: 3932749.

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

Color convert

RGB 77 2 60 -
CMYK 0 0.97 0.22 0.70
HSL 313.6º 0.95% 0.15% -
HSV(B) 313.6º 0.97% 0.3% -
XYZ 3.9 1.95 4.45 -
YUV 31.04 144.35 160.78 -
System Red Green Blue C M Y K H S L
Decimal 77 2 60 0 0.97 0.22 0.70 313.6 0.95 0.15
Hex 4D 2 3C 0 61 16 46 13A 5F F
Octal 115 2 74 0 141 26 106 472 137 17
Binary 1001101 10 111100 0 1100001 10110 1000110 100111010 1011111 1111

Color Harmonies of #4D023C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D023C

Black with #4D023C

Text Example


Text Example

White with #4D023C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,2,60); }

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

background-color css

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

 a { background-color: rgb(77,2,60); }

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

border-color css

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

 span { border-color: rgb(77,2,60); }

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