Html Css Color HEX #4D023B Tyrian Purple

📋 copy color: '#4D023B'

red 77 ◦ green 2 ◦ blue 59

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

Shades of Tyrian Purple #4D023B

Tints of Tyrian Purple #4D023B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 42.75%

R = 55.8%
G = 1.45%
B = 42.75%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.70

RGB Variations

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

Color information

#4D023B (or 0x4D023B) is known color: Tyrian Purple. HEX triplet: 4D, 02 and 3B. RGB value is (77,2,59). Sum of RGB (Red+Green+Blue) = 77+2+59=138 (18% of max value = 765). Red value is 77 (30.47% from 255 or 55.80% from 138); Green value is 2 (1.17% from 255 or 1.45% from 138); Blue value is 59 (23.44% from 255 or 42.75% from 138); Max value from RGB is 77 - color contains mainly: red. Hex color #4D023B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D023B is #B2FDC4. Grayscale: #1E1E1E. Windows color (decimal): -11730373 or 3867213. OLE color: 3867213.

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

Color convert

RGB 77 2 59 -
CMYK 0 0.97 0.23 0.70
HSL 314.4º 0.95% 0.15% -
HSV(B) 314.4º 0.97% 0.3% -
XYZ 3.87 1.94 4.31 -
YUV 30.92 143.85 160.87 -
System Red Green Blue C M Y K H S L
Decimal 77 2 59 0 0.97 0.23 0.70 314.4 0.95 0.15
Hex 4D 2 3B 0 61 17 46 13A 5F F
Octal 115 2 73 0 141 27 106 472 137 17
Binary 1001101 10 111011 0 1100001 10111 1000110 100111010 1011111 1111

Color Harmonies of #4D023B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D023B

Black with #4D023B

Text Example


Text Example

White with #4D023B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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