#7507C0

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

Shades of Dark Violet #7507C0

Tints of Dark Violet #7507C0

Color information

#7507C0 (or 0x7507C0) is unknown color: approx Dark Violet. HEX triplet: 75, 07 and C0. RGB value is (117,7,192). Sum of RGB (Red+Green+Blue) = 117+7+192=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 7 (3.12% from 255 or 2.22% from 316); Blue value is 192 (75.39% from 255 or 60.76% from 316); Max value from RGB is 192 - color contains mainly: blue. Hex color #7507C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7507C0 is #8AF83F. Grayscale: #3C3C3C. Windows color (decimal): -9107520 or 12584821. OLE color: 12584821.

HSL color Cylindrical-coordinate representation of color #7507C0: hue angle of 275.68º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7507C0 is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1177192-
CMYK0.390.9600.25
HSL275.68º92.96%39.02%-
HSV(B)275.68º96.35%75.29%-
XYZ16.937.7450.47-
YUV60.98201.94167.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.03%
GREEN value IS 7 (3.12% from 255) = 2.22%
BLUE value IS 192 (75.39% from 255) = 60.76%
R=37.03%
G=2.22%
B=60.76%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal11771920.390.9600.25275.6892.9639.02
Hex757C027600191145d27
Octal16573004714003142413547
Binary11101011111100000010011111000000110011000101001011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7507C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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