#7B0CBF

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

Shades of Dark Violet #7B0CBF

Tints of Dark Violet #7B0CBF

Color information

#7B0CBF (or 0x7B0CBF) is unknown color: approx Dark Violet. HEX triplet: 7B, 0C and BF. RGB value is (123,12,191). Sum of RGB (Red+Green+Blue) = 123+12+191=326 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.73% from 326); Green value is 12 (5.08% from 255 or 3.68% from 326); Blue value is 191 (75% from 255 or 58.59% from 326); Max value from RGB is 191 - color contains mainly: blue. Hex color #7B0CBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B0CBF is #84F340. Grayscale: #404040. Windows color (decimal): -8713025 or 12520571. OLE color: 12520571.

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

Color convert

RGB12312191-
CMYK0.360.9400.25
HSL277.21º88.18%39.8%-
HSV(B)277.21º93.72%74.9%-
XYZ17.78.2449.95-
YUV65.6198.77168.95-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.73%
GREEN value IS 12 (5.08% from 255) = 3.68%
BLUE value IS 191 (75% from 255) = 58.59%
R=37.73%
G=3.68%
B=58.59%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal123121910.360.9400.25277.2188.1839.8
Hex7BCBF245E0191155828
Octal173142774413603142513050
Binary111101111001011111110010010111100110011000101011011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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