Html Css Color HEX #7C0344 Tyrian Purple

📋 copy color: '#7C0344'

red 124 ◦ green 3 ◦ blue 68

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

Shades of Tyrian Purple #7C0344

Tints of Tyrian Purple #7C0344

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.54%

 BLUE value IS 68 (26.95% from 255) = 34.87%

R = 63.59%
G = 1.54%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.51

RGB Variations

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

Color information

#7C0344 (or 0x7C0344) is known color: Tyrian Purple. HEX triplet: 7C, 03 and 44. RGB value is (124,3,68). Sum of RGB (Red+Green+Blue) = 124+3+68=195 (25% of max value = 765). Red value is 124 (48.83% from 255 or 63.59% from 195); Green value is 3 (1.56% from 255 or 1.54% from 195); Blue value is 68 (26.95% from 255 or 34.87% from 195); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0344 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0344 is #83FCBB. Grayscale: #2E2E2E. Windows color (decimal): -8649916 or 4457340. OLE color: 4457340.

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

Color convert

RGB 124 3 68 -
CMYK 0 0.98 0.45 0.51
HSL 327.77º 0.95% 0.25% -
HSV(B) 327.77º 0.98% 0.49% -
XYZ 9.39 4.77 5.89 -
YUV 46.59 140.09 183.21 -
System Red Green Blue C M Y K H S L
Decimal 124 3 68 0 0.98 0.45 0.51 327.77 0.95 0.25
Hex 7C 3 44 0 62 2D 33 148 5F 19
Octal 174 3 104 0 142 55 63 510 137 31
Binary 1111100 11 1000100 0 1100010 101101 110011 101001000 1011111 11001

Color Harmonies of #7C0344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0344

Black with #7C0344

Text Example


Text Example

White with #7C0344

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,3,68); }

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

background-color css

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

 a { background-color: rgb(124,3,68); }

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

border-color css

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

 span { border-color: rgb(124,3,68); }

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