#7C0450

Color #7C0450 Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #7C0450

Tints of Tyrian Purple #7C0450

Color information

#7C0450 (or 0x7C0450) is unknown color: approx Tyrian Purple. HEX triplet: 7C, 04 and 50. RGB value is (124,4,80). Sum of RGB (Red+Green+Blue) = 124+4+80=208 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.62% from 208); Green value is 4 (1.95% from 255 or 1.92% from 208); Blue value is 80 (31.64% from 255 or 38.46% from 208); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0450 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0450 is #83FBAF. Grayscale: #303030. Windows color (decimal): -8649648 or 5244028. OLE color: 5244028.

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

Color convert

RGB124480-
CMYK00.970.350.51
HSL322º93.75%25.1%-
HSV(B)322º96.77%48.63%-
XYZ9.84.958.03-
YUV48.54145.76181.82-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 59.62%
GREEN value IS 4 (1.95% from 255) = 1.92%
BLUE value IS 80 (31.64% from 255) = 38.46%
R=59.62%
G=1.92%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.35
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12448000.970.350.5132293.7525.1
Hex7C45006123331425e19
Octal17441200141436350213631
Binary1111100100101000001100001100011110011101000010101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7C0450;
 }
 .AnyTagClassName
 {
   color: #7C0450;
 }
</style>
background-color css

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

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

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

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

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

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