Html Css Color HEX #7C0446 Tyrian Purple

📋 copy color: '#7C0446'

red 124 ◦ green 4 ◦ blue 70

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

Shades of Tyrian Purple #7C0446

Tints of Tyrian Purple #7C0446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 35.35%

R = 62.63%
G = 2.02%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.44

 K value IS 0.51

RGB Variations

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

Color information

#7C0446 (or 0x7C0446) is known color: Tyrian Purple. HEX triplet: 7C, 04 and 46. RGB value is (124,4,70). Sum of RGB (Red+Green+Blue) = 124+4+70=198 (26% of max value = 765). Red value is 124 (48.83% from 255 or 62.63% from 198); Green value is 4 (1.95% from 255 or 2.02% from 198); Blue value is 70 (27.73% from 255 or 35.35% from 198); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0446 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0446 is #83FBB9. Grayscale: #2F2F2F. Windows color (decimal): -8649658 or 4588668. OLE color: 4588668.

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

Color convert

RGB 124 4 70 -
CMYK 0 0.97 0.44 0.51
HSL 327º 0.94% 0.25% -
HSV(B) 327º 0.97% 0.49% -
XYZ 9.46 4.81 6.22 -
YUV 47.4 140.76 182.63 -
System Red Green Blue C M Y K H S L
Decimal 124 4 70 0 0.97 0.44 0.51 327 0.94 0.25
Hex 7C 4 46 0 61 2C 33 147 5E 19
Octal 174 4 106 0 141 54 63 507 136 31
Binary 1111100 100 1000110 0 1100001 101100 110011 101000111 1011110 11001

Color Harmonies of #7C0446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0446

Black with #7C0446

Text Example


Text Example

White with #7C0446

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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