Html Css Color HEX #7C0448 Tyrian Purple

📋 copy color: '#7C0448'

red 124 ◦ green 4 ◦ blue 72

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

Shades of Tyrian Purple #7C0448

Tints of Tyrian Purple #7C0448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 36%

R = 62%
G = 2%
B = 36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.51

RGB Variations

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

Color information

#7C0448 (or 0x7C0448) is known color: Tyrian Purple. HEX triplet: 7C, 04 and 48. RGB value is (124,4,72). Sum of RGB (Red+Green+Blue) = 124+4+72=200 (26% of max value = 765). Red value is 124 (48.83% from 255 or 62% from 200); Green value is 4 (1.95% from 255 or 2% from 200); Blue value is 72 (28.52% from 255 or 36% from 200); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0448 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0448 is #83FBB7. Grayscale: #2F2F2F. Windows color (decimal): -8649656 or 4719740. OLE color: 4719740.

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

Color convert

RGB 124 4 72 -
CMYK 0 0.97 0.42 0.51
HSL 326º 0.94% 0.25% -
HSV(B) 326º 0.97% 0.49% -
XYZ 9.53 4.84 6.56 -
YUV 47.63 141.76 182.47 -
System Red Green Blue C M Y K H S L
Decimal 124 4 72 0 0.97 0.42 0.51 326 0.94 0.25
Hex 7C 4 48 0 61 2A 33 146 5E 19
Octal 174 4 110 0 141 52 63 506 136 31
Binary 1111100 100 1001000 0 1100001 101010 110011 101000110 1011110 11001

Color Harmonies of #7C0448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0448

Black with #7C0448

Text Example


Text Example

White with #7C0448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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