#7506C6

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

Shades of Dark Violet #7506C6

Tints of Dark Violet #7506C6

Color information

#7506C6 (or 0x7506C6) is unknown color: approx Dark Violet. HEX triplet: 75, 06 and C6. RGB value is (117,6,198). Sum of RGB (Red+Green+Blue) = 117+6+198=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 6 (2.73% from 255 or 1.87% from 321); Blue value is 198 (77.73% from 255 or 61.68% from 321); Max value from RGB is 198 - color contains mainly: blue. Hex color #7506C6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7506C6 is #8AF939. Grayscale: #3C3C3C. Windows color (decimal): -9107770 or 12977781. OLE color: 12977781.

HSL color Cylindrical-coordinate representation of color #7506C6: hue angle of 274.69º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7506C6 is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB1176198-
CMYK0.410.9700.22
HSL274.69º94.12%40%-
HSV(B)274.69º96.97%77.65%-
XYZ17.597.9954.04-
YUV61.08205.27167.89-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.45%
GREEN value IS 6 (2.73% from 255) = 1.87%
BLUE value IS 198 (77.73% from 255) = 61.68%
R=36.45%
G=1.87%
B=61.68%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal11761980.410.9700.22274.6994.1240
Hex756C629610161135e28
Octal16563065114102642313650
Binary11101011101100011010100111000010101101000100111011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7506C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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