Html Css Color HEX #7C0649 Tyrian Purple

📋 copy color: '#7C0649'

red 124 ◦ green 6 ◦ blue 73

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

Shades of Tyrian Purple #7C0649

Tints of Tyrian Purple #7C0649

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.96%

 BLUE value IS 73 (28.91% from 255) = 35.96%

R = 61.08%
G = 2.96%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.41

 K value IS 0.51

RGB Variations

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

Color information

#7C0649 (or 0x7C0649) is known color: Tyrian Purple. HEX triplet: 7C, 06 and 49. RGB value is (124,6,73). Sum of RGB (Red+Green+Blue) = 124+6+73=203 (26% of max value = 765). Red value is 124 (48.83% from 255 or 61.08% from 203); Green value is 6 (2.73% from 255 or 2.96% from 203); Blue value is 73 (28.91% from 255 or 35.96% from 203); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0649 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0649 is #83F9B6. Grayscale: #303030. Windows color (decimal): -8649143 or 4785788. OLE color: 4785788.

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

Color convert

RGB 124 6 73 -
CMYK 0 0.95 0.41 0.51
HSL 325.93º 0.91% 0.25% -
HSV(B) 325.93º 0.95% 0.49% -
XYZ 9.58 4.9 6.74 -
YUV 48.92 141.59 181.55 -
System Red Green Blue C M Y K H S L
Decimal 124 6 73 0 0.95 0.41 0.51 325.93 0.91 0.25
Hex 7C 6 49 0 5F 29 33 146 5B 19
Octal 174 6 111 0 137 51 63 506 133 31
Binary 1111100 110 1001001 0 1011111 101001 110011 101000110 1011011 11001

Color Harmonies of #7C0649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0649

Black with #7C0649

Text Example


Text Example

White with #7C0649

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,6,73); }

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

background-color css

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

 a { background-color: rgb(124,6,73); }

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

border-color css

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

 span { border-color: rgb(124,6,73); }

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