Html Css Color HEX #4C0645 Tyrian Purple

📋 copy color: '#4C0645'

red 76 ◦ green 6 ◦ blue 69

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

Shades of Tyrian Purple #4C0645

Tints of Tyrian Purple #4C0645

RGB

 RED value IS 76 (30.08% from 255) = 50.33%

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

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

R = 50.33%
G = 3.97%
B = 45.7%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.09

 K value IS 0.70

RGB Variations

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

Color information

#4C0645 (or 0x4C0645) is known color: Tyrian Purple. HEX triplet: 4C, 06 and 45. RGB value is (76,6,69). Sum of RGB (Red+Green+Blue) = 76+6+69=151 (20% of max value = 765). Red value is 76 (30.08% from 255 or 50.33% from 151); Green value is 6 (2.73% from 255 or 3.97% from 151); Blue value is 69 (27.34% from 255 or 45.70% from 151); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0645 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0645 is #B3F9BA. Grayscale: #212121. Windows color (decimal): -11794875 or 4523596. OLE color: 4523596.

HSL color Cylindrical-coordinate representation of color #4C0645: hue angle of 306º degrees, saturation: 0.85, 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 #4C0645 is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 6 69 -
CMYK 0 0.92 0.09 0.70
HSL 306º 0.85% 0.16% -
HSV(B) 306º 0.92% 0.3% -
XYZ 4.12 2.1 5.82 -
YUV 34.11 147.69 157.88 -
System Red Green Blue C M Y K H S L
Decimal 76 6 69 0 0.92 0.09 0.70 306 0.85 0.16
Hex 4C 6 45 0 5C 9 46 132 55 10
Octal 114 6 105 0 134 11 106 462 125 20
Binary 1001100 110 1000101 0 1011100 1001 1000110 100110010 1010101 10000

Color Harmonies of #4C0645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0645

Black with #4C0645

Text Example


Text Example

White with #4C0645

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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