#763CF9

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

Shades of Blue Violet #763CF9

Tints of Blue Violet #763CF9

Color information

#763CF9 (or 0x763CF9) is unknown color: approx Blue Violet. HEX triplet: 76, 3C and F9. RGB value is (118,60,249). Sum of RGB (Red+Green+Blue) = 118+60+249=427 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.63% from 427); Green value is 60 (23.83% from 255 or 14.05% from 427); Blue value is 249 (97.66% from 255 or 58.31% from 427); Max value from RGB is 249 - color contains mainly: blue. Hex color #763CF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #763CF9 is #89C306. Grayscale: #626262. Windows color (decimal): -9028359 or 16333942. OLE color: 16333942.

HSL color Cylindrical-coordinate representation of color #763CF9: hue angle of 258.41º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #763CF9 is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB11860249-
CMYK0.530.7600.02
HSL258.41º94.03%60.59%-
HSV(B)258.41º75.9%97.65%-
XYZ26.1913.9290.93-
YUV98.89212.72141.63-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.63%
GREEN value IS 60 (23.83% from 255) = 14.05%
BLUE value IS 249 (97.66% from 255) = 58.31%
R=27.63%
G=14.05%
B=58.31%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal118602490.530.7600.02258.4194.0360.59
Hex763CF9354C021025e3d
Octal16674371651140240213675
Binary11101101111001111100111010110011000101000000101011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,60,249); }

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

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

 a { background-color: rgb(118,60,249); }

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

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

 span { border-color: rgb(118,60,249); }

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