Html Css Color HEX #4D0033 Tyrian Purple

📋 copy color: '#4D0033'

red 77 ◦ green 0 ◦ blue 51

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

Shades of Tyrian Purple #4D0033

Tints of Tyrian Purple #4D0033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 39.84%

R = 60.16%
G = 0%
B = 39.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.70

RGB Variations

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

Color information

#4D0033 (or 0x4D0033) is known color: Tyrian Purple. HEX triplet: 4D, 00 and 33. RGB value is (77,0,51). Sum of RGB (Red+Green+Blue) = 77+0+51=128 (16% of max value = 765). Red value is 77 (30.47% from 255 or 60.16% from 128); Green value is 0 (0.39% from 255 or 0% from 128); Blue value is 51 (20.31% from 255 or 39.84% from 128); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0033 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0033 is #B2FFCC. Grayscale: #1C1C1C. Windows color (decimal): -11730893 or 3342413. OLE color: 3342413.

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

Color convert

RGB 77 0 51 -
CMYK 0 1 0.34 0.70
HSL 320.26º 1% 0.15% -
HSV(B) 320.26º 1% 0.3% -
XYZ 3.66 1.82 3.29 -
YUV 28.84 140.51 162.35 -
System Red Green Blue C M Y K H S L
Decimal 77 0 51 0 1 0.34 0.70 320.26 1 0.15
Hex 4D 0 33 0 64 22 46 140 64 F
Octal 115 0 63 0 144 42 106 500 144 17
Binary 1001101 0 110011 0 1100100 100010 1000110 101000000 1100100 1111

Color Harmonies of #4D0033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0033

Black with #4D0033

Text Example


Text Example

White with #4D0033

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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