#7B336F

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

Shades of Dark Purple #7B336F

Tints of Dark Purple #7B336F

Color information

#7B336F (or 0x7B336F) is unknown color: approx Dark Purple. HEX triplet: 7B, 33 and 6F. RGB value is (123,51,111). Sum of RGB (Red+Green+Blue) = 123+51+111=285 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.16% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 111 (43.75% from 255 or 38.95% from 285); Max value from RGB is 123 - color contains mainly: red. Hex color #7B336F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B336F is #84CC90. Grayscale: #4F4F4F. Windows color (decimal): -8703121 or 7287675. OLE color: 7287675.

HSL color Cylindrical-coordinate representation of color #7B336F: hue angle of 310º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7B336F is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.52.

Color convert

RGB12351111-
CMYK00.590.100.52
HSL310º41.38%34.12%-
HSV(B)310º58.54%48.24%-
XYZ12.227.7315.89-
YUV79.37145.85159.12-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 43.16%
GREEN value IS 51 (20.31% from 255) = 17.89%
BLUE value IS 111 (43.75% from 255) = 38.95%
R=43.16%
G=17.89%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.10
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1235111100.590.100.5231041.3834.12
Hex7B336F03BA341362922
Octal1736315707312644665142
Binary1111011110011110111101110111010110100100110110101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B336F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,51,111); }

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

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

 a { background-color: rgb(123,51,111); }

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

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

 span { border-color: rgb(123,51,111); }

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