Html Css Color HEX #7C0150 Tyrian Purple

📋 copy color: '#7C0150'

red 124 ◦ green 1 ◦ blue 80

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

Shades of Tyrian Purple #7C0150

Tints of Tyrian Purple #7C0150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 39.02%

R = 60.49%
G = 0.49%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.51

RGB Variations

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

Color information

#7C0150 (or 0x7C0150) is known color: Tyrian Purple. HEX triplet: 7C, 01 and 50. RGB value is (124,1,80). Sum of RGB (Red+Green+Blue) = 124+1+80=205 (27% of max value = 765). Red value is 124 (48.83% from 255 or 60.49% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 80 (31.64% from 255 or 39.02% from 205); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0150 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0150 is #83FEAF. Grayscale: #2E2E2E. Windows color (decimal): -8650416 or 5243260. OLE color: 5243260.

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

Color convert

RGB 124 1 80 -
CMYK 0 0.99 0.35 0.51
HSL 321.46º 0.98% 0.25% -
HSV(B) 321.46º 0.99% 0.49% -
XYZ 9.77 4.89 8.02 -
YUV 46.78 146.75 183.08 -
System Red Green Blue C M Y K H S L
Decimal 124 1 80 0 0.99 0.35 0.51 321.46 0.98 0.25
Hex 7C 1 50 0 63 23 33 141 62 19
Octal 174 1 120 0 143 43 63 501 142 31
Binary 1111100 1 1010000 0 1100011 100011 110011 101000001 1100010 11001

Color Harmonies of #7C0150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0150

Black with #7C0150

Text Example


Text Example

White with #7C0150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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