#7C0D74

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

Shades of Purple #7C0D74

Tints of Purple #7C0D74

Color information

#7C0D74 (or 0x7C0D74) is unknown color: approx Purple. HEX triplet: 7C, 0D and 74. RGB value is (124,13,116). Sum of RGB (Red+Green+Blue) = 124+13+116=253 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.01% from 253); Green value is 13 (5.47% from 255 or 5.14% from 253); Blue value is 116 (45.70% from 255 or 45.85% from 253); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0D74 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0D74 is #83F28B. Grayscale: #393939. Windows color (decimal): -8647308 or 7605628. OLE color: 7605628.

HSL color Cylindrical-coordinate representation of color #7C0D74: hue angle of 304.32º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7C0D74 is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB12413116-
CMYK00.900.060.51
HSL304.32º81.02%26.86%-
HSV(B)304.32º89.52%48.63%-
XYZ11.615.8317.04-
YUV57.93160.77175.12-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 49.01%
GREEN value IS 13 (5.47% from 255) = 5.14%
BLUE value IS 116 (45.70% from 255) = 45.85%
R=49.01%
G=5.14%
B=45.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.06
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241311600.900.060.51304.3281.0226.86
Hex7CD7405A633130511b
Octal17415164013266346012133
Binary11111001101111010001011010110110011100110000101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,13,116); }

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

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

 a { background-color: rgb(124,13,116); }

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

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

 span { border-color: rgb(124,13,116); }

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