Html Css Color HEX #4D0338 Tyrian Purple

📋 copy color: '#4D0338'

red 77 ◦ green 3 ◦ blue 56

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

Shades of Tyrian Purple #4D0338

Tints of Tyrian Purple #4D0338

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.21%

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

R = 56.62%
G = 2.21%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.27

 K value IS 0.70

RGB Variations

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

Color information

#4D0338 (or 0x4D0338) is known color: Tyrian Purple. HEX triplet: 4D, 03 and 38. RGB value is (77,3,56). Sum of RGB (Red+Green+Blue) = 77+3+56=136 (18% of max value = 765). Red value is 77 (30.47% from 255 or 56.62% from 136); Green value is 3 (1.56% from 255 or 2.21% from 136); Blue value is 56 (22.27% from 255 or 41.18% from 136); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0338 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0338 is #B2FCC7. Grayscale: #1F1F1F. Windows color (decimal): -11730120 or 3670861. OLE color: 3670861.

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

Color convert

RGB 77 3 56 -
CMYK 0 0.96 0.27 0.70
HSL 317.03º 0.93% 0.16% -
HSV(B) 317.03º 0.96% 0.3% -
XYZ 3.81 1.93 3.91 -
YUV 31.17 142.02 160.69 -
System Red Green Blue C M Y K H S L
Decimal 77 3 56 0 0.96 0.27 0.70 317.03 0.93 0.16
Hex 4D 3 38 0 60 1B 46 13D 5C 10
Octal 115 3 70 0 140 33 106 475 134 20
Binary 1001101 11 111000 0 1100000 11011 1000110 100111101 1011100 10000

Color Harmonies of #4D0338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0338

Black with #4D0338

Text Example


Text Example

White with #4D0338

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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