Html Css Color HEX #7C0850 Tyrian Purple

📋 copy color: '#7C0850'

red 124 ◦ green 8 ◦ blue 80

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

Shades of Tyrian Purple #7C0850

Tints of Tyrian Purple #7C0850

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.77%

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

R = 58.49%
G = 3.77%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.35

 K value IS 0.51

RGB Variations

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

Color information

#7C0850 (or 0x7C0850) is known color: Tyrian Purple. HEX triplet: 7C, 08 and 50. RGB value is (124,8,80). Sum of RGB (Red+Green+Blue) = 124+8+80=212 (28% of max value = 765). Red value is 124 (48.83% from 255 or 58.49% from 212); Green value is 8 (3.52% from 255 or 3.77% from 212); Blue value is 80 (31.64% from 255 or 37.74% from 212); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0850 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0850 is #83F7AF. Grayscale: #323232. Windows color (decimal): -8648624 or 5245052. OLE color: 5245052.

HSL color Cylindrical-coordinate representation of color #7C0850: hue angle of 322.76º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7C0850 is Cyan = 0, Magento = 0.94, Yellow = 0.35 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 8 80 -
CMYK 0 0.94 0.35 0.51
HSL 322.76º 0.88% 0.26% -
HSV(B) 322.76º 0.94% 0.49% -
XYZ 9.85 5.04 8.04 -
YUV 50.89 144.43 180.15 -
System Red Green Blue C M Y K H S L
Decimal 124 8 80 0 0.94 0.35 0.51 322.76 0.88 0.26
Hex 7C 8 50 0 5E 23 33 143 58 1A
Octal 174 10 120 0 136 43 63 503 130 32
Binary 1111100 1000 1010000 0 1011110 100011 110011 101000011 1011000 11010

Color Harmonies of #7C0850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0850

Black with #7C0850

Text Example


Text Example

White with #7C0850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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