Html Css Color HEX #4D014B Tyrian Purple

📋 copy color: '#4D014B'

red 77 ◦ green 1 ◦ blue 75

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

Shades of Tyrian Purple #4D014B

Tints of Tyrian Purple #4D014B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.65%

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

R = 50.33%
G = 0.65%
B = 49.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.03

 K value IS 0.70

RGB Variations

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

Color information

#4D014B (or 0x4D014B) is known color: Tyrian Purple. HEX triplet: 4D, 01 and 4B. RGB value is (77,1,75). Sum of RGB (Red+Green+Blue) = 77+1+75=153 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.33% from 153); Green value is 1 (0.78% from 255 or 0.65% from 153); Blue value is 75 (29.69% from 255 or 49.02% from 153); Max value from RGB is 77 - color contains mainly: red. Hex color #4D014B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D014B is #B2FEB4. Grayscale: #1F1F1F. Windows color (decimal): -11730613 or 4915533. OLE color: 4915533.

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

Color convert

RGB 77 1 75 -
CMYK 0 0.99 0.03 0.70
HSL 301.58º 0.97% 0.15% -
HSV(B) 301.58º 0.99% 0.3% -
XYZ 4.34 2.11 6.83 -
YUV 32.16 152.18 159.98 -
System Red Green Blue C M Y K H S L
Decimal 77 1 75 0 0.99 0.03 0.70 301.58 0.97 0.15
Hex 4D 1 4B 0 63 3 46 12E 61 F
Octal 115 1 113 0 143 3 106 456 141 17
Binary 1001101 1 1001011 0 1100011 11 1000110 100101110 1100001 1111

Color Harmonies of #4D014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D014B

Black with #4D014B

Text Example


Text Example

White with #4D014B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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