Html Css Color HEX #4D063A Tyrian Purple

📋 copy color: '#4D063A'

red 77 ◦ green 6 ◦ blue 58

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

Shades of Tyrian Purple #4D063A

Tints of Tyrian Purple #4D063A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 41.13%

R = 54.61%
G = 4.26%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.25

 K value IS 0.70

RGB Variations

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

Color information

#4D063A (or 0x4D063A) is known color: Tyrian Purple. HEX triplet: 4D, 06 and 3A. RGB value is (77,6,58). Sum of RGB (Red+Green+Blue) = 77+6+58=141 (18% of max value = 765). Red value is 77 (30.47% from 255 or 54.61% from 141); Green value is 6 (2.73% from 255 or 4.26% from 141); Blue value is 58 (23.05% from 255 or 41.13% from 141); Max value from RGB is 77 - color contains mainly: red. Hex color #4D063A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D063A is #B2F9C5. Grayscale: #212121. Windows color (decimal): -11729350 or 3802701. OLE color: 3802701.

HSL color Cylindrical-coordinate representation of color #4D063A: hue angle of 316.06º degrees, saturation: 0.86, 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 #4D063A is Cyan = 0, Magento = 0.92, Yellow = 0.25 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 6 58 -
CMYK 0 0.92 0.25 0.70
HSL 316.06º 0.86% 0.16% -
HSV(B) 316.06º 0.92% 0.3% -
XYZ 3.89 2.01 4.19 -
YUV 33.16 142.02 159.27 -
System Red Green Blue C M Y K H S L
Decimal 77 6 58 0 0.92 0.25 0.70 316.06 0.86 0.16
Hex 4D 6 3A 0 5C 19 46 13C 56 10
Octal 115 6 72 0 134 31 106 474 126 20
Binary 1001101 110 111010 0 1011100 11001 1000110 100111100 1010110 10000

Color Harmonies of #4D063A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D063A

Black with #4D063A

Text Example


Text Example

White with #4D063A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,6,58); }

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

background-color css

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

 a { background-color: rgb(77,6,58); }

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

border-color css

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

 span { border-color: rgb(77,6,58); }

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