#7C156D

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

Shades of Dark Purple #7C156D

Tints of Dark Purple #7C156D

Color information

#7C156D (or 0x7C156D) is unknown color: approx Dark Purple. HEX triplet: 7C, 15 and 6D. RGB value is (124,21,109). Sum of RGB (Red+Green+Blue) = 124+21+109=254 (33% of max value = 765). Red value is 124 (48.83% from 255 or 48.82% from 254); Green value is 21 (8.59% from 255 or 8.27% from 254); Blue value is 109 (42.97% from 255 or 42.91% from 254); Max value from RGB is 124 - color contains mainly: red. Hex color #7C156D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C156D is #83EA92. Grayscale: #3D3D3D. Windows color (decimal): -8645267 or 7148924. OLE color: 7148924.

HSL color Cylindrical-coordinate representation of color #7C156D: hue angle of 308.74º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7C156D is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.51.

Color convert

RGB12421109-
CMYK00.830.120.51
HSL308.74º71.03%28.43%-
HSV(B)308.74º83.06%48.63%-
XYZ11.345.9315.01-
YUV61.83154.62172.34-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 48.82%
GREEN value IS 21 (8.59% from 255) = 8.27%
BLUE value IS 109 (42.97% from 255) = 42.91%
R=48.82%
G=8.27%
B=42.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.12
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1242110900.830.120.51308.7471.0328.43
Hex7C156D053C33135471c
Octal174251550123146346510734
Binary1111100101011101101010100111100110011100110101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C156D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,21,109); }

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

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

 a { background-color: rgb(124,21,109); }

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

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

 span { border-color: rgb(124,21,109); }

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