#7610CC

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

Shades of Dark Violet #7610CC

Tints of Dark Violet #7610CC

Color information

#7610CC (or 0x7610CC) is unknown color: approx Dark Violet. HEX triplet: 76, 10 and CC. RGB value is (118,16,204). Sum of RGB (Red+Green+Blue) = 118+16+204=338 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.91% from 338); Green value is 16 (6.64% from 255 or 4.73% from 338); Blue value is 204 (80.08% from 255 or 60.36% from 338); Max value from RGB is 204 - color contains mainly: blue. Hex color #7610CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7610CC is #89EF33. Grayscale: #434343. Windows color (decimal): -9039668 or 13373558. OLE color: 13373558.

HSL color Cylindrical-coordinate representation of color #7610CC: hue angle of 272.55º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7610CC is Cyan = 0.42, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB11816204-
CMYK0.420.9200.2
HSL272.55º85.45%43.14%-
HSV(B)272.55º92.16%80%-
XYZ18.568.5857.81-
YUV67.93204.79163.71-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.91%
GREEN value IS 16 (6.64% from 255) = 4.73%
BLUE value IS 204 (80.08% from 255) = 60.36%
R=34.91%
G=4.73%
B=60.36%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal118162040.420.9200.2272.5585.4543.14
Hex7610CC2A5C014111552b
Octal166203145213402442112553
Binary1110110100001100110010101010111000101001000100011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7610CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7610CC; }

 p { color: rgb(118,16,204); }

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

<style>
 a { background-color: #7610CC; }

 a { background-color: rgb(118,16,204); }

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

<style>
 span { border-color: #7610CC; }

 span { border-color: rgb(118,16,204); }

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