#7C0D75

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

Shades of Purple #7C0D75

Tints of Purple #7C0D75

Color information

#7C0D75 (or 0x7C0D75) is unknown color: approx Purple. HEX triplet: 7C, 0D and 75. RGB value is (124,13,117). Sum of RGB (Red+Green+Blue) = 124+13+117=254 (33% of max value = 765). Red value is 124 (48.83% from 255 or 48.82% from 254); Green value is 13 (5.47% from 255 or 5.12% from 254); Blue value is 117 (46.09% from 255 or 46.06% from 254); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0D75 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0D75 is #83F28A. Grayscale: #393939. Windows color (decimal): -8647307 or 7671164. OLE color: 7671164.

HSL color Cylindrical-coordinate representation of color #7C0D75: hue angle of 303.78º 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 #7C0D75 is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB12413117-
CMYK00.900.060.51
HSL303.78º81.02%26.86%-
HSV(B)303.78º89.52%48.63%-
XYZ11.675.8617.35-
YUV58.04161.27175.04-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 48.82%
GREEN value IS 13 (5.47% from 255) = 5.12%
BLUE value IS 117 (46.09% from 255) = 46.06%
R=48.82%
G=5.12%
B=46.06%

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
Decimal1241311700.900.060.51303.7881.0226.86
Hex7CD7505A633130511b
Octal17415165013266346012133
Binary11111001101111010101011010110110011100110000101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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