#7C236B

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

Shades of Dark Purple #7C236B

Tints of Dark Purple #7C236B

Color information

#7C236B (or 0x7C236B) is unknown color: approx Dark Purple. HEX triplet: 7C, 23 and 6B. RGB value is (124,35,107). Sum of RGB (Red+Green+Blue) = 124+35+107=266 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.62% from 266); Green value is 35 (14.06% from 255 or 13.16% from 266); Blue value is 107 (42.19% from 255 or 40.23% from 266); Max value from RGB is 124 - color contains mainly: red. Hex color #7C236B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C236B is #83DC94. Grayscale: #454545. Windows color (decimal): -8641685 or 7021436. OLE color: 7021436.

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

Color convert

RGB12435107-
CMYK00.720.140.51
HSL311.46º55.97%31.18%-
HSV(B)311.46º71.77%48.63%-
XYZ11.576.5514.56-
YUV69.82148.99166.65-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 46.62%
GREEN value IS 35 (14.06% from 255) = 13.16%
BLUE value IS 107 (42.19% from 255) = 40.23%
R=46.62%
G=13.16%
B=40.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.14
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1243510700.720.140.51311.4655.9731.18
Hex7C236B048E33137381f
Octal17443153011016634677037
Binary1111100100011110101101001000111011001110011011111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C236B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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