#7B236A

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

Shades of Dark Purple #7B236A

Tints of Dark Purple #7B236A

Color information

#7B236A (or 0x7B236A) is unknown color: approx Dark Purple. HEX triplet: 7B, 23 and 6A. RGB value is (123,35,106). Sum of RGB (Red+Green+Blue) = 123+35+106=264 (34% of max value = 765). Red value is 123 (48.44% from 255 or 46.59% from 264); Green value is 35 (14.06% from 255 or 13.26% from 264); Blue value is 106 (41.80% from 255 or 40.15% from 264); Max value from RGB is 123 - color contains mainly: red. Hex color #7B236A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B236A is #84DC95. Grayscale: #454545. Windows color (decimal): -8707222 or 6955899. OLE color: 6955899.

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

Color convert

RGB12335106-
CMYK00.720.140.52
HSL311.59º55.7%30.98%-
HSV(B)311.59º71.54%48.24%-
XYZ11.376.4514.28-
YUV69.41148.65166.23-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 46.59%
GREEN value IS 35 (14.06% from 255) = 13.26%
BLUE value IS 106 (41.80% from 255) = 40.15%
R=46.59%
G=13.26%
B=40.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.14
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1233510600.720.140.52311.5955.730.98
Hex7B236A048E34138381f
Octal17343152011016644707037
Binary1111011100011110101001001000111011010010011100011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B236A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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