Html Css Color HEX #4D024B Tyrian Purple

📋 copy color: '#4D024B'

red 77 ◦ green 2 ◦ blue 75

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

Shades of Tyrian Purple #4D024B

Tints of Tyrian Purple #4D024B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.3%

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

R = 50%
G = 1.3%
B = 48.7%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.03

 K value IS 0.70

RGB Variations

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

Color information

#4D024B (or 0x4D024B) is known color: Tyrian Purple. HEX triplet: 4D, 02 and 4B. RGB value is (77,2,75). Sum of RGB (Red+Green+Blue) = 77+2+75=154 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 75 (29.69% from 255 or 48.70% from 154); Max value from RGB is 77 - color contains mainly: red. Hex color #4D024B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D024B is #B2FDB4. Grayscale: #202020. Windows color (decimal): -11730357 or 4915789. OLE color: 4915789.

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

Color convert

RGB 77 2 75 -
CMYK 0 0.97 0.03 0.70
HSL 301.6º 0.95% 0.15% -
HSV(B) 301.6º 0.97% 0.3% -
XYZ 4.35 2.13 6.84 -
YUV 32.75 151.85 159.56 -
System Red Green Blue C M Y K H S L
Decimal 77 2 75 0 0.97 0.03 0.70 301.6 0.95 0.15
Hex 4D 2 4B 0 61 3 46 12E 5F F
Octal 115 2 113 0 141 3 106 456 137 17
Binary 1001101 10 1001011 0 1100001 11 1000110 100101110 1011111 1111

Color Harmonies of #4D024B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D024B

Black with #4D024B

Text Example


Text Example

White with #4D024B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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