#7607AE

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

Shades of Dark Violet #7607AE

Tints of Dark Violet #7607AE

Color information

#7607AE (or 0x7607AE) is unknown color: approx Dark Violet. HEX triplet: 76, 07 and AE. RGB value is (118,7,174). Sum of RGB (Red+Green+Blue) = 118+7+174=299 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.46% from 299); Green value is 7 (3.12% from 255 or 2.34% from 299); Blue value is 174 (68.36% from 255 or 58.19% from 299); Max value from RGB is 174 - color contains mainly: blue. Hex color #7607AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7607AE is #89F851. Grayscale: #3A3A3A. Windows color (decimal): -9042002 or 11405174. OLE color: 11405174.

HSL color Cylindrical-coordinate representation of color #7607AE: hue angle of 279.88º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7607AE is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1187174-
CMYK0.320.9600.32
HSL279.88º92.27%35.49%-
HSV(B)279.88º95.98%68.24%-
XYZ15.197.0640.61-
YUV59.23192.77169.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.46%
GREEN value IS 7 (3.12% from 255) = 2.34%
BLUE value IS 174 (68.36% from 255) = 58.19%
R=39.46%
G=2.34%
B=58.19%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal11871740.320.9600.32279.8892.2735.49
Hex767AE20600201185c23
Octal16672564014004043013443
Binary111011011110101110100000110000001000001000110001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7607AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7607AE; }

 p { color: rgb(118,7,174); }

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

<style>
 a { background-color: #7607AE; }

 a { background-color: rgb(118,7,174); }

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

<style>
 span { border-color: #7607AE; }

 span { border-color: rgb(118,7,174); }

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