Html Css Color HEX #7C004F Tyrian Purple

📋 copy color: '#7C004F'

red 124 ◦ green 0 ◦ blue 79

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

Shades of Tyrian Purple #7C004F

Tints of Tyrian Purple #7C004F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 38.92%

R = 61.08%
G = 0%
B = 38.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.51

RGB Variations

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

Color information

#7C004F (or 0x7C004F) is known color: Tyrian Purple. HEX triplet: 7C, 00 and 4F. RGB value is (124,0,79). Sum of RGB (Red+Green+Blue) = 124+0+79=203 (26% of max value = 765). Red value is 124 (48.83% from 255 or 61.08% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 79 (31.25% from 255 or 38.92% from 203); Max value from RGB is 124 - color contains mainly: red. Hex color #7C004F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C004F is #83FFB0. Grayscale: #2D2D2D. Windows color (decimal): -8650673 or 5177468. OLE color: 5177468.

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

Color convert

RGB 124 0 79 -
CMYK 0 1 0.36 0.51
HSL 321.77º 1% 0.24% -
HSV(B) 321.77º 1% 0.49% -
XYZ 9.72 4.85 7.82 -
YUV 46.08 146.58 183.58 -
System Red Green Blue C M Y K H S L
Decimal 124 0 79 0 1 0.36 0.51 321.77 1 0.24
Hex 7C 0 4F 0 64 24 33 142 64 18
Octal 174 0 117 0 144 44 63 502 144 30
Binary 1111100 0 1001111 0 1100100 100100 110011 101000010 1100100 11000

Color Harmonies of #7C004F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C004F

Black with #7C004F

Text Example


Text Example

White with #7C004F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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