#7607C0

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

Shades of Dark Violet #7607C0

Tints of Dark Violet #7607C0

Color information

#7607C0 (or 0x7607C0) is unknown color: approx Dark Violet. HEX triplet: 76, 07 and C0. RGB value is (118,7,192). Sum of RGB (Red+Green+Blue) = 118+7+192=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 7 (3.12% from 255 or 2.21% from 317); Blue value is 192 (75.39% from 255 or 60.57% from 317); Max value from RGB is 192 - color contains mainly: blue. Hex color #7607C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7607C0 is #89F83F. Grayscale: #3C3C3C. Windows color (decimal): -9041984 or 12584822. OLE color: 12584822.

HSL color Cylindrical-coordinate representation of color #7607C0: hue angle of 276º 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 #7607C0 is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1187192-
CMYK0.390.9600.25
HSL276º92.96%39.02%-
HSV(B)276º96.35%75.29%-
XYZ17.067.8150.48-
YUV61.28201.77168.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.22%
GREEN value IS 7 (3.12% from 255) = 2.21%
BLUE value IS 192 (75.39% from 255) = 60.57%
R=37.22%
G=2.21%
B=60.57%

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
Decimal11871920.390.9600.2527692.9639.02
Hex767C027600191145d27
Octal16673004714003142413547
Binary11101101111100000010011111000000110011000101001011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7607C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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