#763BFF

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

Shades of Blue Violet #763BFF

Tints of Blue Violet #763BFF

Color information

#763BFF (or 0x763BFF) is unknown color: approx Blue Violet. HEX triplet: 76, 3B and FF. RGB value is (118,59,255). Sum of RGB (Red+Green+Blue) = 118+59+255=432 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.31% from 432); Green value is 59 (23.44% from 255 or 13.66% from 432); Blue value is 255 (100% from 255 or 59.03% from 432); Max value from RGB is 255 - color contains mainly: blue. Hex color #763BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #763BFF is #89C400. Grayscale: #626262. Windows color (decimal): -9028609 or 16726902. OLE color: 16726902.

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

Color convert

RGB11859255-
CMYK0.540.7700
HSL258.06º100%61.57%-
HSV(B)258.06º76.86%100%-
XYZ27.0914.295.92-
YUV98.98216.05141.56-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.31%
GREEN value IS 59 (23.44% from 255) = 13.66%
BLUE value IS 255 (100% from 255) = 59.03%
R=27.31%
G=13.66%
B=59.03%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal118592550.540.7700258.0610061.57
Hex763BFF364D00102643e
Octal16673377661150040214476
Binary1110110111011111111111101101001101001000000101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763BFF; }

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

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

<style>
 a { background-color: #763BFF; }

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

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

<style>
 span { border-color: #763BFF; }

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

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