#762EFF

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

Shades of Blue Violet #762EFF

Tints of Blue Violet #762EFF

Color information

#762EFF (or 0x762EFF) is unknown color: approx Blue Violet. HEX triplet: 76, 2E and FF. RGB value is (118,46,255). Sum of RGB (Red+Green+Blue) = 118+46+255=419 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.16% from 419); Green value is 46 (18.36% from 255 or 10.98% from 419); Blue value is 255 (100% from 255 or 60.86% from 419); Max value from RGB is 255 - color contains mainly: blue. Hex color #762EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #762EFF is #89D100. Grayscale: #5A5A5A. Windows color (decimal): -9031937 or 16723574. OLE color: 16723574.

HSL color Cylindrical-coordinate representation of color #762EFF: hue angle of 260.67º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #762EFF is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB11846255-
CMYK0.540.8200
HSL260.67º100%59.02%-
HSV(B)260.67º81.96%100%-
XYZ26.513.0395.73-
YUV91.35220.35147.01-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.16%
GREEN value IS 46 (18.36% from 255) = 10.98%
BLUE value IS 255 (100% from 255) = 60.86%
R=28.16%
G=10.98%
B=60.86%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal118462550.540.8200260.6710059.02
Hex762EFF365200105643b
Octal16656377661220040514473
Binary1110110101110111111111101101010010001000001011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762EFF; }

 p { color: rgb(118,46,255); }

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

<style>
 a { background-color: #762EFF; }

 a { background-color: rgb(118,46,255); }

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

<style>
 span { border-color: #762EFF; }

 span { border-color: rgb(118,46,255); }

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