#7B0BB7

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

Shades of Dark Violet #7B0BB7

Tints of Dark Violet #7B0BB7

Color information

#7B0BB7 (or 0x7B0BB7) is unknown color: approx Dark Violet. HEX triplet: 7B, 0B and B7. RGB value is (123,11,183). Sum of RGB (Red+Green+Blue) = 123+11+183=317 (41% of max value = 765). Red value is 123 (48.44% from 255 or 38.80% from 317); Green value is 11 (4.69% from 255 or 3.47% from 317); Blue value is 183 (71.88% from 255 or 57.73% from 317); Max value from RGB is 183 - color contains mainly: blue. Hex color #7B0BB7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B0BB7 is #84F448. Grayscale: #3F3F3F. Windows color (decimal): -8713289 or 11996027. OLE color: 11996027.

HSL color Cylindrical-coordinate representation of color #7B0BB7: hue angle of 279.07º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7B0BB7 is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB12311183-
CMYK0.330.9400.28
HSL279.07º88.66%38.04%-
HSV(B)279.07º93.99%71.76%-
XYZ16.847.8745.43-
YUV64.1195.11170.01-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.80%
GREEN value IS 11 (4.69% from 255) = 3.47%
BLUE value IS 183 (71.88% from 255) = 57.73%
R=38.80%
G=3.47%
B=57.73%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal123111830.330.9400.28279.0788.6638.04
Hex7BBB7215E01C1175926
Octal173132674113603442713146
Binary111101110111011011110000110111100111001000101111011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,11,183); }

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

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

 a { background-color: rgb(123,11,183); }

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

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

 span { border-color: rgb(123,11,183); }

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