#7B06DF

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

Shades of Dark Violet #7B06DF

Tints of Dark Violet #7B06DF

Color information

#7B06DF (or 0x7B06DF) is unknown color: approx Dark Violet. HEX triplet: 7B, 06 and DF. RGB value is (123,6,223). Sum of RGB (Red+Green+Blue) = 123+6+223=352 (46% of max value = 765). Red value is 123 (48.44% from 255 or 34.94% from 352); Green value is 6 (2.73% from 255 or 1.70% from 352); Blue value is 223 (87.5% from 255 or 63.35% from 352); Max value from RGB is 223 - color contains mainly: blue. Hex color #7B06DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B06DF is #84F920. Grayscale: #404040. Windows color (decimal): -8714529 or 14616187. OLE color: 14616187.

HSL color Cylindrical-coordinate representation of color #7B06DF: hue angle of 272.35º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7B06DF is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1236223-
CMYK0.450.9700.13
HSL272.35º94.76%44.9%-
HSV(B)272.35º97.31%87.45%-
XYZ21.559.6770.54-
YUV65.72216.76168.86-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 34.94%
GREEN value IS 6 (2.73% from 255) = 1.70%
BLUE value IS 223 (87.5% from 255) = 63.35%
R=34.94%
G=1.70%
B=63.35%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal12362230.450.9700.13272.3594.7644.9
Hex7B6DF2D610D1105f2d
Octal17363375514101542013755
Binary1111011110110111111011011100001011011000100001011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B06DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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