Html Css Color HEX #7C0750 Tyrian Purple

📋 copy color: '#7C0750'

red 124 ◦ green 7 ◦ blue 80

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

Shades of Tyrian Purple #7C0750

Tints of Tyrian Purple #7C0750

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.32%

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

R = 58.77%
G = 3.32%
B = 37.91%

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

#7C0750 (or 0x7C0750) is known color: Tyrian Purple. HEX triplet: 7C, 07 and 50. RGB value is (124,7,80). Sum of RGB (Red+Green+Blue) = 124+7+80=211 (27% of max value = 765). Red value is 124 (48.83% from 255 or 58.77% from 211); Green value is 7 (3.12% from 255 or 3.32% from 211); Blue value is 80 (31.64% from 255 or 37.91% from 211); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0750 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0750 is #83F8AF. Grayscale: #323232. Windows color (decimal): -8648880 or 5244796. OLE color: 5244796.

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

Color convert

RGB 124 7 80 -
CMYK 0 0.94 0.35 0.51
HSL 322.56º 0.89% 0.26% -
HSV(B) 322.56º 0.94% 0.49% -
XYZ 9.84 5.02 8.04 -
YUV 50.31 144.76 180.56 -
System Red Green Blue C M Y K H S L
Decimal 124 7 80 0 0.94 0.35 0.51 322.56 0.89 0.26
Hex 7C 7 50 0 5E 23 33 143 59 1A
Octal 174 7 120 0 136 43 63 503 131 32
Binary 1111100 111 1010000 0 1011110 100011 110011 101000011 1011001 11010

Color Harmonies of #7C0750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0750

Black with #7C0750

Text Example


Text Example

White with #7C0750

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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