Html Css Color HEX #7C014E Tyrian Purple

📋 copy color: '#7C014E'

red 124 ◦ green 1 ◦ blue 78

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

Shades of Tyrian Purple #7C014E

Tints of Tyrian Purple #7C014E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

 BLUE value IS 78 (30.86% from 255) = 38.42%

R = 61.08%
G = 0.49%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.51

RGB Variations

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

Color information

#7C014E (or 0x7C014E) is known color: Tyrian Purple. HEX triplet: 7C, 01 and 4E. RGB value is (124,1,78). Sum of RGB (Red+Green+Blue) = 124+1+78=203 (26% of max value = 765). Red value is 124 (48.83% from 255 or 61.08% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 78 (30.86% from 255 or 38.42% from 203); Max value from RGB is 124 - color contains mainly: red. Hex color #7C014E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C014E is #83FEB1. Grayscale: #2E2E2E. Windows color (decimal): -8650418 or 5112188. OLE color: 5112188.

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

Color convert

RGB 124 1 78 -
CMYK 0 0.99 0.37 0.51
HSL 322.44º 0.98% 0.25% -
HSV(B) 322.44º 0.99% 0.49% -
XYZ 9.7 4.86 7.63 -
YUV 46.56 145.75 183.24 -
System Red Green Blue C M Y K H S L
Decimal 124 1 78 0 0.99 0.37 0.51 322.44 0.98 0.25
Hex 7C 1 4E 0 63 25 33 142 62 19
Octal 174 1 116 0 143 45 63 502 142 31
Binary 1111100 1 1001110 0 1100011 100101 110011 101000010 1100010 11001

Color Harmonies of #7C014E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C014E

Black with #7C014E

Text Example


Text Example

White with #7C014E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,1,78); }

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

background-color css

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

 a { background-color: rgb(124,1,78); }

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

border-color css

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

 span { border-color: rgb(124,1,78); }

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