Html Css Color HEX #7C054D Tyrian Purple

📋 copy color: '#7C054D'

red 124 ◦ green 5 ◦ blue 77

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

Shades of Tyrian Purple #7C054D

Tints of Tyrian Purple #7C054D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.43%

 BLUE value IS 77 (30.47% from 255) = 37.38%

R = 60.19%
G = 2.43%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.51

RGB Variations

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

Color information

#7C054D (or 0x7C054D) is known color: Tyrian Purple. HEX triplet: 7C, 05 and 4D. RGB value is (124,5,77). Sum of RGB (Red+Green+Blue) = 124+5+77=206 (27% of max value = 765). Red value is 124 (48.83% from 255 or 60.19% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 77 (30.47% from 255 or 37.38% from 206); Max value from RGB is 124 - color contains mainly: red. Hex color #7C054D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C054D is #83FAB2. Grayscale: #303030. Windows color (decimal): -8649395 or 5047676. OLE color: 5047676.

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

Color convert

RGB 124 5 77 -
CMYK 0 0.96 0.38 0.51
HSL 323.7º 0.92% 0.25% -
HSV(B) 323.7º 0.96% 0.49% -
XYZ 9.71 4.93 7.46 -
YUV 48.79 143.92 181.65 -
System Red Green Blue C M Y K H S L
Decimal 124 5 77 0 0.96 0.38 0.51 323.7 0.92 0.25
Hex 7C 5 4D 0 60 26 33 144 5C 19
Octal 174 5 115 0 140 46 63 504 134 31
Binary 1111100 101 1001101 0 1100000 100110 110011 101000100 1011100 11001

Color Harmonies of #7C054D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C054D

Black with #7C054D

Text Example


Text Example

White with #7C054D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,5,77); }

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

background-color css

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

 a { background-color: rgb(124,5,77); }

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

border-color css

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

 span { border-color: rgb(124,5,77); }

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