Html Css Color HEX #7C044E Tyrian Purple

📋 copy color: '#7C044E'

red 124 ◦ green 4 ◦ blue 78

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

Shades of Tyrian Purple #7C044E

Tints of Tyrian Purple #7C044E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.94%

 BLUE value IS 78 (30.86% from 255) = 37.86%

R = 60.19%
G = 1.94%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.37

 K value IS 0.51

RGB Variations

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

Color information

#7C044E (or 0x7C044E) is known color: Tyrian Purple. HEX triplet: 7C, 04 and 4E. RGB value is (124,4,78). Sum of RGB (Red+Green+Blue) = 124+4+78=206 (27% of max value = 765). Red value is 124 (48.83% from 255 or 60.19% from 206); Green value is 4 (1.95% from 255 or 1.94% from 206); Blue value is 78 (30.86% from 255 or 37.86% from 206); Max value from RGB is 124 - color contains mainly: red. Hex color #7C044E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C044E is #83FBB1. Grayscale: #303030. Windows color (decimal): -8649650 or 5112956. OLE color: 5112956.

HSL color Cylindrical-coordinate representation of color #7C044E: hue angle of 323º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7C044E is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 4 78 -
CMYK 0 0.97 0.37 0.51
HSL 323º 0.94% 0.25% -
HSV(B) 323º 0.97% 0.49% -
XYZ 9.73 4.92 7.64 -
YUV 48.32 144.76 181.98 -
System Red Green Blue C M Y K H S L
Decimal 124 4 78 0 0.97 0.37 0.51 323 0.94 0.25
Hex 7C 4 4E 0 61 25 33 143 5E 19
Octal 174 4 116 0 141 45 63 503 136 31
Binary 1111100 100 1001110 0 1100001 100101 110011 101000011 1011110 11001

Color Harmonies of #7C044E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C044E

Black with #7C044E

Text Example


Text Example

White with #7C044E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,4,78); }

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

background-color css

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

 a { background-color: rgb(124,4,78); }

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

border-color css

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

 span { border-color: rgb(124,4,78); }

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