#7B0D6C

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

Shades of Dark Purple #7B0D6C

Tints of Dark Purple #7B0D6C

Color information

#7B0D6C (or 0x7B0D6C) is unknown color: approx Dark Purple. HEX triplet: 7B, 0D and 6C. RGB value is (123,13,108). Sum of RGB (Red+Green+Blue) = 123+13+108=244 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50.41% from 244); Green value is 13 (5.47% from 255 or 5.33% from 244); Blue value is 108 (42.58% from 255 or 44.26% from 244); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0D6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0D6C is #84F293. Grayscale: #383838. Windows color (decimal): -8712852 or 7081339. OLE color: 7081339.

HSL color Cylindrical-coordinate representation of color #7B0D6C: hue angle of 308.18º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7B0D6C is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.52.

Color convert

RGB12313108-
CMYK00.890.120.52
HSL308.18º80.88%26.67%-
HSV(B)308.18º89.43%48.24%-
XYZ11.025.5814.68-
YUV56.72156.94175.28-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 50.41%
GREEN value IS 13 (5.47% from 255) = 5.33%
BLUE value IS 108 (42.58% from 255) = 44.26%
R=50.41%
G=5.33%
B=44.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.12
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231310800.890.120.52308.1880.8826.67
Hex7BD6C059C34134511b
Octal173151540131146446412133
Binary111101111011101100010110011100110100100110100101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,13,108); }

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

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

 a { background-color: rgb(123,13,108); }

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

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

 span { border-color: rgb(123,13,108); }

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