#7600BF

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

Shades of Dark Violet #7600BF

Tints of Dark Violet #7600BF

Color information

#7600BF (or 0x7600BF) is unknown color: approx Dark Violet. HEX triplet: 76, 00 and BF. RGB value is (118,0,191). Sum of RGB (Red+Green+Blue) = 118+0+191=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 191 (75% from 255 or 61.81% from 309); Max value from RGB is 191 - color contains mainly: blue. Hex color #7600BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7600BF is #89FF40. Grayscale: #383838. Windows color (decimal): -9043777 or 12517494. OLE color: 12517494.

HSL color Cylindrical-coordinate representation of color #7600BF: hue angle of 277.07º 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 #7600BF is Cyan = 0.38, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1180191-
CMYK0.38100.25
HSL277.07º100%37.45%-
HSV(B)277.07º100%74.9%-
XYZ16.887.6149.87-
YUV57.06203.59171.47-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.19%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 191 (75% from 255) = 61.81%
R=38.19%
G=0%
B=61.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal11801910.38100.25277.0710037.45
Hex760BF26640191156425
Octal16602774614403142514445
Binary111011001011111110011011001000110011000101011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7600BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7600BF; }

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

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

<style>
 a { background-color: #7600BF; }

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

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

<style>
 span { border-color: #7600BF; }

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

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