#7B0DBF

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

Shades of Dark Violet #7B0DBF

Tints of Dark Violet #7B0DBF

Color information

#7B0DBF (or 0x7B0DBF) is unknown color: approx Dark Violet. HEX triplet: 7B, 0D and BF. RGB value is (123,13,191). Sum of RGB (Red+Green+Blue) = 123+13+191=327 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.61% from 327); Green value is 13 (5.47% from 255 or 3.98% from 327); Blue value is 191 (75% from 255 or 58.41% from 327); Max value from RGB is 191 - color contains mainly: blue. Hex color #7B0DBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B0DBF is #84F240. Grayscale: #414141. Windows color (decimal): -8712769 or 12520827. OLE color: 12520827.

HSL color Cylindrical-coordinate representation of color #7B0DBF: hue angle of 277.08º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7B0DBF is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12313191-
CMYK0.360.9300.25
HSL277.08º87.25%40%-
HSV(B)277.08º93.19%74.9%-
XYZ17.728.2649.95-
YUV66.18198.44168.53-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.61%
GREEN value IS 13 (5.47% from 255) = 3.98%
BLUE value IS 191 (75% from 255) = 58.41%
R=37.61%
G=3.98%
B=58.41%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal123131910.360.9300.25277.0887.2540
Hex7BDBF245D0191155728
Octal173152774413503142512750
Binary111101111011011111110010010111010110011000101011010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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