#7C236A

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

Shades of Dark Purple #7C236A

Tints of Dark Purple #7C236A

Color information

#7C236A (or 0x7C236A) is unknown color: approx Dark Purple. HEX triplet: 7C, 23 and 6A. RGB value is (124,35,106). Sum of RGB (Red+Green+Blue) = 124+35+106=265 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.79% from 265); Green value is 35 (14.06% from 255 or 13.21% from 265); Blue value is 106 (41.80% from 255 or 40% from 265); Max value from RGB is 124 - color contains mainly: red. Hex color #7C236A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C236A is #83DC95. Grayscale: #454545. Windows color (decimal): -8641686 or 6955900. OLE color: 6955900.

HSL color Cylindrical-coordinate representation of color #7C236A: hue angle of 312.13º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7C236A is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.51.

Color convert

RGB12435106-
CMYK00.720.150.51
HSL312.13º55.97%31.18%-
HSV(B)312.13º71.77%48.63%-
XYZ11.516.5314.29-
YUV69.7148.49166.73-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 46.79%
GREEN value IS 35 (14.06% from 255) = 13.21%
BLUE value IS 106 (41.80% from 255) = 40%
R=46.79%
G=13.21%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.15
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1243510600.720.150.51312.1355.9731.18
Hex7C236A048F33138381f
Octal17443152011017634707037
Binary1111100100011110101001001000111111001110011100011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C236A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,35,106); }

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

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

 a { background-color: rgb(124,35,106); }

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

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

 span { border-color: rgb(124,35,106); }

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