Html Css Color HEX #7C0048 Tyrian Purple

📋 copy color: '#7C0048'

red 124 ◦ green 0 ◦ blue 72

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

Shades of Tyrian Purple #7C0048

Tints of Tyrian Purple #7C0048

RGB

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

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

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

R = 63.27%
G = 0%
B = 36.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.51

RGB Variations

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

Color information

#7C0048 (or 0x7C0048) is known color: Tyrian Purple. HEX triplet: 7C, 00 and 48. RGB value is (124,0,72). Sum of RGB (Red+Green+Blue) = 124+0+72=196 (25% of max value = 765). Red value is 124 (48.83% from 255 or 63.27% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 72 (28.52% from 255 or 36.73% from 196); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0048 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0048 is #83FFB7. Grayscale: #2D2D2D. Windows color (decimal): -8650680 or 4718716. OLE color: 4718716.

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

Color convert

RGB 124 0 72 -
CMYK 0 1 0.42 0.51
HSL 325.16º 1% 0.24% -
HSV(B) 325.16º 1% 0.49% -
XYZ 9.48 4.75 6.55 -
YUV 45.28 143.08 184.15 -
System Red Green Blue C M Y K H S L
Decimal 124 0 72 0 1 0.42 0.51 325.16 1 0.24
Hex 7C 0 48 0 64 2A 33 145 64 18
Octal 174 0 110 0 144 52 63 505 144 30
Binary 1111100 0 1001000 0 1100100 101010 110011 101000101 1100100 11000

Color Harmonies of #7C0048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0048

Black with #7C0048

Text Example


Text Example

White with #7C0048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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