#7B06D1

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

Shades of Dark Violet #7B06D1

Tints of Dark Violet #7B06D1

Color information

#7B06D1 (or 0x7B06D1) is unknown color: approx Dark Violet. HEX triplet: 7B, 06 and D1. RGB value is (123,6,209). Sum of RGB (Red+Green+Blue) = 123+6+209=338 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.39% from 338); Green value is 6 (2.73% from 255 or 1.78% from 338); Blue value is 209 (82.03% from 255 or 61.83% from 338); Max value from RGB is 209 - color contains mainly: blue. Hex color #7B06D1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B06D1 is #84F92E. Grayscale: #3F3F3F. Windows color (decimal): -8714543 or 13698683. OLE color: 13698683.

HSL color Cylindrical-coordinate representation of color #7B06D1: hue angle of 274.58º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7B06D1 is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB1236209-
CMYK0.410.9700.18
HSL274.58º94.42%42.16%-
HSV(B)274.58º97.13%81.96%-
XYZ19.748.9461.01-
YUV64.12209.76169.99-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 36.39%
GREEN value IS 6 (2.73% from 255) = 1.78%
BLUE value IS 209 (82.03% from 255) = 61.83%
R=36.39%
G=1.78%
B=61.83%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal12362090.410.9700.18274.5894.4242.16
Hex7B6D129610121135e2a
Octal17363215114102242313652
Binary11110111101101000110100111000010100101000100111011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B06D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,6,209); }

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

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

 a { background-color: rgb(123,6,209); }

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

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

 span { border-color: rgb(123,6,209); }

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