Html Css Color HEX #4D034B Tyrian Purple

📋 copy color: '#4D034B'

red 77 ◦ green 3 ◦ blue 75

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

Shades of Tyrian Purple #4D034B

Tints of Tyrian Purple #4D034B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 48.39%

R = 49.68%
G = 1.94%
B = 48.39%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.03

 K value IS 0.70

RGB Variations

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

Color information

#4D034B (or 0x4D034B) is known color: Tyrian Purple. HEX triplet: 4D, 03 and 4B. RGB value is (77,3,75). Sum of RGB (Red+Green+Blue) = 77+3+75=155 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.68% from 155); Green value is 3 (1.56% from 255 or 1.94% from 155); Blue value is 75 (29.69% from 255 or 48.39% from 155); Max value from RGB is 77 - color contains mainly: red. Hex color #4D034B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D034B is #B2FCB4. Grayscale: #212121. Windows color (decimal): -11730101 or 4916045. OLE color: 4916045.

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

Color convert

RGB 77 3 75 -
CMYK 0 0.96 0.03 0.70
HSL 301.62º 0.93% 0.16% -
HSV(B) 301.62º 0.96% 0.3% -
XYZ 4.36 2.15 6.84 -
YUV 33.33 151.52 159.15 -
System Red Green Blue C M Y K H S L
Decimal 77 3 75 0 0.96 0.03 0.70 301.62 0.93 0.16
Hex 4D 3 4B 0 60 3 46 12E 5C 10
Octal 115 3 113 0 140 3 106 456 134 20
Binary 1001101 11 1001011 0 1100000 11 1000110 100101110 1011100 10000

Color Harmonies of #4D034B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D034B

Black with #4D034B

Text Example


Text Example

White with #4D034B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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