#7B10BB

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

Shades of Dark Violet #7B10BB

Tints of Dark Violet #7B10BB

Color information

#7B10BB (or 0x7B10BB) is unknown color: approx Dark Violet. HEX triplet: 7B, 10 and BB. RGB value is (123,16,187). Sum of RGB (Red+Green+Blue) = 123+16+187=326 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.73% from 326); Green value is 16 (6.64% from 255 or 4.91% from 326); Blue value is 187 (73.44% from 255 or 57.36% from 326); Max value from RGB is 187 - color contains mainly: blue. Hex color #7B10BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B10BB is #84EF44. Grayscale: #424242. Windows color (decimal): -8712005 or 12259451. OLE color: 12259451.

HSL color Cylindrical-coordinate representation of color #7B10BB: hue angle of 277.54º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7B10BB is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12316187-
CMYK0.340.9100.27
HSL277.54º84.24%39.8%-
HSV(B)277.54º91.44%73.33%-
XYZ17.328.1747.68-
YUV67.49195.45167.6-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.73%
GREEN value IS 16 (6.64% from 255) = 4.91%
BLUE value IS 187 (73.44% from 255) = 57.36%
R=37.73%
G=4.91%
B=57.36%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal123161870.340.9100.27277.5484.2439.8
Hex7B10BB225B01B1165428
Octal173202734213303342612450
Binary1111011100001011101110001010110110110111000101101010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B10BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,16,187); }

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

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

 a { background-color: rgb(123,16,187); }

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

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

 span { border-color: rgb(123,16,187); }

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