#7702C0

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

Shades of Dark Violet #7702C0

Tints of Dark Violet #7702C0

Color information

#7702C0 (or 0x7702C0) is unknown color: approx Dark Violet. HEX triplet: 77, 02 and C0. RGB value is (119,2,192). Sum of RGB (Red+Green+Blue) = 119+2+192=313 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.02% from 313); Green value is 2 (1.17% from 255 or 0.64% from 313); Blue value is 192 (75.39% from 255 or 61.34% from 313); Max value from RGB is 192 - color contains mainly: blue. Hex color #7702C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7702C0 is #88FD3F. Grayscale: #3A3A3A. Windows color (decimal): -8977728 or 12583543. OLE color: 12583543.

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

Color convert

RGB1192192-
CMYK0.380.9900.25
HSL276.95º97.94%38.04%-
HSV(B)276.95º98.96%75.29%-
XYZ17.147.7750.47-
YUV58.64203.26171.05-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.02%
GREEN value IS 2 (1.17% from 255) = 0.64%
BLUE value IS 192 (75.39% from 255) = 61.34%
R=38.02%
G=0.64%
B=61.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal11921920.380.9900.25276.9597.9438.04
Hex772C026630191156226
Octal16723004614303142514246
Binary1110111101100000010011011000110110011000101011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7702C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,2,192); }

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

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

 a { background-color: rgb(119,2,192); }

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

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

 span { border-color: rgb(119,2,192); }

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