#7610DF

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

Shades of Blue Violet #7610DF

Tints of Blue Violet #7610DF

Color information

#7610DF (or 0x7610DF) is unknown color: approx Blue Violet. HEX triplet: 76, 10 and DF. RGB value is (118,16,223). Sum of RGB (Red+Green+Blue) = 118+16+223=357 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.05% from 357); Green value is 16 (6.64% from 255 or 4.48% from 357); Blue value is 223 (87.5% from 255 or 62.46% from 357); Max value from RGB is 223 - color contains mainly: blue. Hex color #7610DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7610DF is #89EF20. Grayscale: #454545. Windows color (decimal): -9039649 or 14618742. OLE color: 14618742.

HSL color Cylindrical-coordinate representation of color #7610DF: hue angle of 269.57º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7610DF is Cyan = 0.47, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11816223-
CMYK0.470.9300.13
HSL269.57º86.61%46.86%-
HSV(B)269.57º92.83%87.45%-
XYZ20.989.5570.55-
YUV70.1214.29162.17-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.05%
GREEN value IS 16 (6.64% from 255) = 4.48%
BLUE value IS 223 (87.5% from 255) = 62.46%
R=33.05%
G=4.48%
B=62.46%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal118162230.470.9300.13269.5786.6146.86
Hex7610DF2F5D0D10e572f
Octal166203375713501541612757
Binary111011010000110111111011111011101011011000011101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7610DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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