#7507B6

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

Shades of Dark Violet #7507B6

Tints of Dark Violet #7507B6

Color information

#7507B6 (or 0x7507B6) is unknown color: approx Dark Violet. HEX triplet: 75, 07 and B6. RGB value is (117,7,182). Sum of RGB (Red+Green+Blue) = 117+7+182=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 7 (3.12% from 255 or 2.29% from 306); Blue value is 182 (71.48% from 255 or 59.48% from 306); Max value from RGB is 182 - color contains mainly: blue. Hex color #7507B6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7507B6 is #8AF849. Grayscale: #3B3B3B. Windows color (decimal): -9107530 or 11929461. OLE color: 11929461.

HSL color Cylindrical-coordinate representation of color #7507B6: hue angle of 277.71º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7507B6 is Cyan = 0.36, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1177182-
CMYK0.360.9600.29
HSL277.71º92.59%37.06%-
HSV(B)277.71º96.15%71.37%-
XYZ15.867.3144.83-
YUV59.84196.94168.77-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.24%
GREEN value IS 7 (3.12% from 255) = 2.29%
BLUE value IS 182 (71.48% from 255) = 59.48%
R=38.24%
G=2.29%
B=59.48%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal11771820.360.9600.29277.7192.5937.06
Hex757B6246001D1165d25
Octal16572664414003542613545
Binary11101011111011011010010011000000111011000101101011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7507B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7507B6; }

 p { color: rgb(117,7,182); }

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

<style>
 a { background-color: #7507B6; }

 a { background-color: rgb(117,7,182); }

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

<style>
 span { border-color: #7507B6; }

 span { border-color: rgb(117,7,182); }

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