Html Css Color HEX #7C0040 Tyrian Purple

📋 copy color: '#7C0040'

red 124 ◦ green 0 ◦ blue 64

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

Shades of Tyrian Purple #7C0040

Tints of Tyrian Purple #7C0040

RGB

 RED value IS 124 (48.83% from 255) = 65.96%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 64 (25.39% from 255) = 34.04%

R = 65.96%
G = 0%
B = 34.04%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.48

 K value IS 0.51

RGB Variations

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

Color information

#7C0040 (or 0x7C0040) is known color: Tyrian Purple. HEX triplet: 7C, 00 and 40. RGB value is (124,0,64). Sum of RGB (Red+Green+Blue) = 124+0+64=188 (24% of max value = 765). Red value is 124 (48.83% from 255 or 65.96% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 64 (25.39% from 255 or 34.04% from 188); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0040 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0040 is #83FFBF. Grayscale: #2C2C2C. Windows color (decimal): -8650688 or 4194428. OLE color: 4194428.

HSL color Cylindrical-coordinate representation of color #7C0040: hue angle of 329.03º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7C0040 is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 0 64 -
CMYK 0 1 0.48 0.51
HSL 329.03º 1% 0.24% -
HSV(B) 329.03º 1% 0.49% -
XYZ 9.24 4.66 5.26 -
YUV 44.37 139.08 184.8 -
System Red Green Blue C M Y K H S L
Decimal 124 0 64 0 1 0.48 0.51 329.03 1 0.24
Hex 7C 0 40 0 64 30 33 149 64 18
Octal 174 0 100 0 144 60 63 511 144 30
Binary 1111100 0 1000000 0 1100100 110000 110011 101001001 1100100 11000

Color Harmonies of #7C0040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0040

Black with #7C0040

Text Example


Text Example

White with #7C0040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C0040; }

 p { color: rgb(124,0,64); }

 H1.HeaderClassName
 {
   color: #7C0040;
 }
 .AnyTagClassName
 {
   color: #7C0040;
 }
</style>

background-color css

<style>
 a { background-color: #7C0040; }

 a { background-color: rgb(124,0,64); }

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

border-color css

<style>
 span { border-color: #7C0040; }

 span { border-color: rgb(124,0,64); }

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