#7B00BF

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

Shades of Dark Violet #7B00BF

Tints of Dark Violet #7B00BF

Color information

#7B00BF (or 0x7B00BF) is unknown color: approx Dark Violet. HEX triplet: 7B, 00 and BF. RGB value is (123,0,191). Sum of RGB (Red+Green+Blue) = 123+0+191=314 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.17% from 314); Green value is 0 (0.39% from 255 or 0% from 314); Blue value is 191 (75% from 255 or 60.83% from 314); Max value from RGB is 191 - color contains mainly: blue. Hex color #7B00BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B00BF is #84FF40. Grayscale: #393939. Windows color (decimal): -8716097 or 12517499. OLE color: 12517499.

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

Color convert

RGB1230191-
CMYK0.36100.25
HSL278.64º100%37.45%-
HSV(B)278.64º100%74.9%-
XYZ17.577.9749.9-
YUV58.55202.75173.97-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 39.17%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 191 (75% from 255) = 60.83%
R=39.17%
G=0%
B=60.83%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal12301910.36100.25278.6410037.45
Hex7B0BF24640191176425
Octal17302774414403142714445
Binary111101101011111110010011001000110011000101111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B00BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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