#760FE2

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

Shades of Blue Violet #760FE2

Tints of Blue Violet #760FE2

Color information

#760FE2 (or 0x760FE2) is unknown color: approx Blue Violet. HEX triplet: 76, 0F and E2. RGB value is (118,15,226). Sum of RGB (Red+Green+Blue) = 118+15+226=359 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.87% from 359); Green value is 15 (6.25% from 255 or 4.18% from 359); Blue value is 226 (88.67% from 255 or 62.95% from 359); Max value from RGB is 226 - color contains mainly: blue. Hex color #760FE2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760FE2 is #89F01D. Grayscale: #454545. Windows color (decimal): -9039902 or 14815094. OLE color: 14815094.

HSL color Cylindrical-coordinate representation of color #760FE2: hue angle of 269.29º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #760FE2 is Cyan = 0.48, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB11815226-
CMYK0.480.9300.11
HSL269.29º87.55%47.25%-
HSV(B)269.29º93.36%88.63%-
XYZ21.379.6872.69-
YUV69.85216.12162.34-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.87%
GREEN value IS 15 (6.25% from 255) = 4.18%
BLUE value IS 226 (88.67% from 255) = 62.95%
R=32.87%
G=4.18%
B=62.95%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal118152260.480.9300.11269.2987.5547.25
Hex76FE2305D0B10d582f
Octal166173426013501341513057
Binary11101101111111000101100001011101010111000011011011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760FE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760FE2; }

 p { color: rgb(118,15,226); }

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

<style>
 a { background-color: #760FE2; }

 a { background-color: rgb(118,15,226); }

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

<style>
 span { border-color: #760FE2; }

 span { border-color: rgb(118,15,226); }

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