#7C024E

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

Shades of Tyrian Purple #7C024E

Tints of Tyrian Purple #7C024E

Color information

#7C024E (or 0x7C024E) is unknown color: approx Tyrian Purple. HEX triplet: 7C, 02 and 4E. RGB value is (124,2,78). Sum of RGB (Red+Green+Blue) = 124+2+78=204 (27% of max value = 765). Red value is 124 (48.83% from 255 or 60.78% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 78 (30.86% from 255 or 38.24% from 204); Max value from RGB is 124 - color contains mainly: red. Hex color #7C024E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C024E is #83FDB1. Grayscale: #2E2E2E. Windows color (decimal): -8650162 or 5112444. OLE color: 5112444.

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

Color convert

RGB124278-
CMYK00.980.370.51
HSL322.62º96.83%24.71%-
HSV(B)322.62º98.39%48.63%-
XYZ9.714.887.64-
YUV47.14145.42182.82-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 60.78%
GREEN value IS 2 (1.17% from 255) = 0.98%
BLUE value IS 78 (30.86% from 255) = 38.24%
R=60.78%
G=0.98%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.37
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12427800.980.370.51322.6296.8324.71
Hex7C24E06225331436119
Octal17421160142456350314131
Binary111110010100111001100010100101110011101000011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C024E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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