#7607CA

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

Shades of Dark Violet #7607CA

Tints of Dark Violet #7607CA

Color information

#7607CA (or 0x7607CA) is unknown color: approx Dark Violet. HEX triplet: 76, 07 and CA. RGB value is (118,7,202). Sum of RGB (Red+Green+Blue) = 118+7+202=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 7 (3.12% from 255 or 2.14% from 327); Blue value is 202 (79.30% from 255 or 61.77% from 327); Max value from RGB is 202 - color contains mainly: blue. Hex color #7607CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7607CA is #89F835. Grayscale: #3D3D3D. Windows color (decimal): -9041974 or 13240182. OLE color: 13240182.

HSL color Cylindrical-coordinate representation of color #7607CA: hue angle of 274.15º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7607CA is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1187202-
CMYK0.420.9700.21
HSL274.15º93.3%40.98%-
HSV(B)274.15º96.53%79.22%-
XYZ18.218.2756.51-
YUV62.42206.77167.64-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.09%
GREEN value IS 7 (3.12% from 255) = 2.14%
BLUE value IS 202 (79.30% from 255) = 61.77%
R=36.09%
G=2.14%
B=61.77%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal11872020.420.9700.21274.1593.340.98
Hex767CA2A610151125d29
Octal16673125214102542213551
Binary11101101111100101010101011000010101011000100101011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7607CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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