Html Css Color HEX #7C0044 Tyrian Purple

📋 copy color: '#7C0044'

red 124 ◦ green 0 ◦ blue 68

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

Shades of Tyrian Purple #7C0044

Tints of Tyrian Purple #7C0044

RGB

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

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

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

R = 64.58%
G = 0%
B = 35.42%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.45

 K value IS 0.51

RGB Variations

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

Color information

#7C0044 (or 0x7C0044) is known color: Tyrian Purple. HEX triplet: 7C, 00 and 44. RGB value is (124,0,68). Sum of RGB (Red+Green+Blue) = 124+0+68=192 (25% of max value = 765). Red value is 124 (48.83% from 255 or 64.58% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 68 (26.95% from 255 or 35.42% from 192); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0044 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0044 is #83FFBB. Grayscale: #2C2C2C. Windows color (decimal): -8650684 or 4456572. OLE color: 4456572.

HSL color Cylindrical-coordinate representation of color #7C0044: hue angle of 327.1º 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 #7C0044 is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 0 68 -
CMYK 0 1 0.45 0.51
HSL 327.1º 1% 0.24% -
HSV(B) 327.1º 1% 0.49% -
XYZ 9.36 4.7 5.88 -
YUV 44.83 141.08 184.47 -
System Red Green Blue C M Y K H S L
Decimal 124 0 68 0 1 0.45 0.51 327.1 1 0.24
Hex 7C 0 44 0 64 2D 33 147 64 18
Octal 174 0 104 0 144 55 63 507 144 30
Binary 1111100 0 1000100 0 1100100 101101 110011 101000111 1100100 11000

Color Harmonies of #7C0044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0044

Black with #7C0044

Text Example


Text Example

White with #7C0044

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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