Html Css Color HEX #4D0038 Tyrian Purple

📋 copy color: '#4D0038'

red 77 ◦ green 0 ◦ blue 56

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

Shades of Tyrian Purple #4D0038

Tints of Tyrian Purple #4D0038

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 56 (22.27% from 255) = 42.11%

R = 57.89%
G = 0%
B = 42.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.27

 K value IS 0.70

RGB Variations

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

Color information

#4D0038 (or 0x4D0038) is known color: Tyrian Purple. HEX triplet: 4D, 00 and 38. RGB value is (77,0,56). Sum of RGB (Red+Green+Blue) = 77+0+56=133 (17% of max value = 765). Red value is 77 (30.47% from 255 or 57.89% from 133); Green value is 0 (0.39% from 255 or 0% from 133); Blue value is 56 (22.27% from 255 or 42.11% from 133); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0038 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0038 is #B2FFC7. Grayscale: #1D1D1D. Windows color (decimal): -11730888 or 3670093. OLE color: 3670093.

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

Color convert

RGB 77 0 56 -
CMYK 0 1 0.27 0.70
HSL 316.36º 1% 0.15% -
HSV(B) 316.36º 1% 0.3% -
XYZ 3.77 1.86 3.9 -
YUV 29.41 143.01 161.95 -
System Red Green Blue C M Y K H S L
Decimal 77 0 56 0 1 0.27 0.70 316.36 1 0.15
Hex 4D 0 38 0 64 1B 46 13C 64 F
Octal 115 0 70 0 144 33 106 474 144 17
Binary 1001101 0 111000 0 1100100 11011 1000110 100111100 1100100 1111

Color Harmonies of #4D0038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0038

Black with #4D0038

Text Example


Text Example

White with #4D0038

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,0,56); }

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

background-color css

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

 a { background-color: rgb(77,0,56); }

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

border-color css

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

 span { border-color: rgb(77,0,56); }

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