#7600BD

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

Shades of Dark Violet #7600BD

Tints of Dark Violet #7600BD

Color information

#7600BD (or 0x7600BD) is unknown color: approx Dark Violet. HEX triplet: 76, 00 and BD. RGB value is (118,0,189). Sum of RGB (Red+Green+Blue) = 118+0+189=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 0 (0.39% from 255 or 0% from 307); Blue value is 189 (74.22% from 255 or 61.56% from 307); Max value from RGB is 189 - color contains mainly: blue. Hex color #7600BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7600BD is #89FF42. Grayscale: #383838. Windows color (decimal): -9043779 or 12386422. OLE color: 12386422.

HSL color Cylindrical-coordinate representation of color #7600BD: hue angle of 277.46º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7600BD is Cyan = 0.38, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1180189-
CMYK0.38100.26
HSL277.46º100%37.06%-
HSV(B)277.46º100%74.12%-
XYZ16.667.5348.72-
YUV56.83202.59171.63-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.44%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 189 (74.22% from 255) = 61.56%
R=38.44%
G=0%
B=61.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal11801890.38100.26277.4610037.06
Hex760BD266401A1156425
Octal16602754614403242514445
Binary111011001011110110011011001000110101000101011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7600BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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