#7506BD

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

Shades of Dark Violet #7506BD

Tints of Dark Violet #7506BD

Color information

#7506BD (or 0x7506BD) is unknown color: approx Dark Violet. HEX triplet: 75, 06 and BD. RGB value is (117,6,189). Sum of RGB (Red+Green+Blue) = 117+6+189=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 6 (2.73% from 255 or 1.92% from 312); Blue value is 189 (74.22% from 255 or 60.58% from 312); Max value from RGB is 189 - color contains mainly: blue. Hex color #7506BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7506BD is #8AF942. Grayscale: #3B3B3B. Windows color (decimal): -9107779 or 12387957. OLE color: 12387957.

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

Color convert

RGB1176189-
CMYK0.380.9700.26
HSL276.39º93.85%38.24%-
HSV(B)276.39º96.83%74.12%-
XYZ16.597.5948.73-
YUV60.05200.77168.62-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.5%
GREEN value IS 6 (2.73% from 255) = 1.92%
BLUE value IS 189 (74.22% from 255) = 60.58%
R=37.5%
G=1.92%
B=60.58%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal11761890.380.9700.26276.3993.8538.24
Hex756BD266101A1145e26
Octal16562754614103242413646
Binary11101011101011110110011011000010110101000101001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7506BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,6,189); }

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

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

 a { background-color: rgb(117,6,189); }

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

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

 span { border-color: rgb(117,6,189); }

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