Html Css Color HEX #4D0C44 Tyrian Purple

📋 copy color: '#4D0C44'

red 77 ◦ green 12 ◦ blue 68

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

Shades of Tyrian Purple #4D0C44

Tints of Tyrian Purple #4D0C44

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.64%

 BLUE value IS 68 (26.95% from 255) = 43.31%

R = 49.04%
G = 7.64%
B = 43.31%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.12

 K value IS 0.70

RGB Variations

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

Color information

#4D0C44 (or 0x4D0C44) is known color: Tyrian Purple. HEX triplet: 4D, 0C and 44. RGB value is (77,12,68). Sum of RGB (Red+Green+Blue) = 77+12+68=157 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.04% from 157); Green value is 12 (5.08% from 255 or 7.64% from 157); Blue value is 68 (26.95% from 255 or 43.31% from 157); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0C44 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0C44 is #B2F3BB. Grayscale: #252525. Windows color (decimal): -11727804 or 4459597. OLE color: 4459597.

HSL color Cylindrical-coordinate representation of color #4D0C44: hue angle of 308.31º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D0C44 is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 12 68 -
CMYK 0 0.84 0.12 0.70
HSL 308.31º 0.73% 0.17% -
HSV(B) 308.31º 0.84% 0.3% -
XYZ 4.24 2.26 5.68 -
YUV 37.82 145.03 155.95 -
System Red Green Blue C M Y K H S L
Decimal 77 12 68 0 0.84 0.12 0.70 308.31 0.73 0.17
Hex 4D C 44 0 54 C 46 134 49 11
Octal 115 14 104 0 124 14 106 464 111 21
Binary 1001101 1100 1000100 0 1010100 1100 1000110 100110100 1001001 10001

Color Harmonies of #4D0C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0C44

Black with #4D0C44

Text Example


Text Example

White with #4D0C44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,12,68); }

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

background-color css

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

 a { background-color: rgb(77,12,68); }

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

border-color css

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

 span { border-color: rgb(77,12,68); }

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