#7B2369

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

Shades of Dark Purple #7B2369

Tints of Dark Purple #7B2369

Color information

#7B2369 (or 0x7B2369) is unknown color: approx Dark Purple. HEX triplet: 7B, 23 and 69. RGB value is (123,35,105). Sum of RGB (Red+Green+Blue) = 123+35+105=263 (34% of max value = 765). Red value is 123 (48.44% from 255 or 46.77% from 263); Green value is 35 (14.06% from 255 or 13.31% from 263); Blue value is 105 (41.41% from 255 or 39.92% from 263); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2369 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B2369 is #84DC96. Grayscale: #454545. Windows color (decimal): -8707223 or 6890363. OLE color: 6890363.

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

Color convert

RGB12335105-
CMYK00.720.150.52
HSL312.27º55.7%30.98%-
HSV(B)312.27º71.54%48.24%-
XYZ11.326.4314.01-
YUV69.29148.15166.31-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 46.77%
GREEN value IS 35 (14.06% from 255) = 13.31%
BLUE value IS 105 (41.41% from 255) = 39.92%
R=46.77%
G=13.31%
B=39.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.15
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1233510500.720.150.52312.2755.730.98
Hex7B2369048F34138381f
Octal17343151011017644707037
Binary1111011100011110100101001000111111010010011100011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B2369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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