Html Css Color HEX #4D0645 Tyrian Purple

📋 copy color: '#4D0645'

red 77 ◦ green 6 ◦ blue 69

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

Shades of Tyrian Purple #4D0645

Tints of Tyrian Purple #4D0645

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.95%

 BLUE value IS 69 (27.34% from 255) = 45.39%

R = 50.66%
G = 3.95%
B = 45.39%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.10

 K value IS 0.70

RGB Variations

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

Color information

#4D0645 (or 0x4D0645) is known color: Tyrian Purple. HEX triplet: 4D, 06 and 45. RGB value is (77,6,69). Sum of RGB (Red+Green+Blue) = 77+6+69=152 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.66% from 152); Green value is 6 (2.73% from 255 or 3.95% from 152); Blue value is 69 (27.34% from 255 or 45.39% from 152); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0645 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0645 is #B2F9BA. Grayscale: #222222. Windows color (decimal): -11729339 or 4523597. OLE color: 4523597.

HSL color Cylindrical-coordinate representation of color #4D0645: hue angle of 306.76º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4D0645 is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 6 69 -
CMYK 0 0.92 0.10 0.70
HSL 306.76º 0.86% 0.16% -
HSV(B) 306.76º 0.92% 0.3% -
XYZ 4.2 2.14 5.82 -
YUV 34.41 147.52 158.38 -
System Red Green Blue C M Y K H S L
Decimal 77 6 69 0 0.92 0.10 0.70 306.76 0.86 0.16
Hex 4D 6 45 0 5C A 46 133 56 10
Octal 115 6 105 0 134 12 106 463 126 20
Binary 1001101 110 1000101 0 1011100 1010 1000110 100110011 1010110 10000

Color Harmonies of #4D0645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0645

Black with #4D0645

Text Example


Text Example

White with #4D0645

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,6,69); }

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

background-color css

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

 a { background-color: rgb(77,6,69); }

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

border-color css

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

 span { border-color: rgb(77,6,69); }

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