Html Css Color HEX #7C0948 Tyrian Purple

📋 copy color: '#7C0948'

red 124 ◦ green 9 ◦ blue 72

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

Shades of Tyrian Purple #7C0948

Tints of Tyrian Purple #7C0948

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.39%

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

R = 60.49%
G = 4.39%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.42

 K value IS 0.51

RGB Variations

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

Color information

#7C0948 (or 0x7C0948) is known color: Tyrian Purple. HEX triplet: 7C, 09 and 48. RGB value is (124,9,72). Sum of RGB (Red+Green+Blue) = 124+9+72=205 (27% of max value = 765). Red value is 124 (48.83% from 255 or 60.49% from 205); Green value is 9 (3.91% from 255 or 4.39% from 205); Blue value is 72 (28.52% from 255 or 35.12% from 205); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0948 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0948 is #83F6B7. Grayscale: #323232. Windows color (decimal): -8648376 or 4721020. OLE color: 4721020.

HSL color Cylindrical-coordinate representation of color #7C0948: hue angle of 327.13º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7C0948 is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 9 72 -
CMYK 0 0.93 0.42 0.51
HSL 327.13º 0.86% 0.26% -
HSV(B) 327.13º 0.93% 0.49% -
XYZ 9.58 4.95 6.58 -
YUV 50.57 140.1 180.38 -
System Red Green Blue C M Y K H S L
Decimal 124 9 72 0 0.93 0.42 0.51 327.13 0.86 0.26
Hex 7C 9 48 0 5D 2A 33 147 56 1A
Octal 174 11 110 0 135 52 63 507 126 32
Binary 1111100 1001 1001000 0 1011101 101010 110011 101000111 1010110 11010

Color Harmonies of #7C0948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0948

Black with #7C0948

Text Example


Text Example

White with #7C0948

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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