#763EDB

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

Shades of Blue Violet #763EDB

Tints of Blue Violet #763EDB

Color information

#763EDB (or 0x763EDB) is unknown color: approx Blue Violet. HEX triplet: 76, 3E and DB. RGB value is (118,62,219). Sum of RGB (Red+Green+Blue) = 118+62+219=399 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.57% from 399); Green value is 62 (24.61% from 255 or 15.54% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #763EDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #763EDB is #89C124. Grayscale: #606060. Windows color (decimal): -9027877 or 14368374. OLE color: 14368374.

HSL color Cylindrical-coordinate representation of color #763EDB: hue angle of 261.4º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #763EDB is Cyan = 0.46, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB11862219-
CMYK0.460.7200.14
HSL261.4º68.56%55.1%-
HSV(B)261.4º71.69%85.88%-
XYZ21.9812.4168.25-
YUV96.64197.05143.23-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.57%
GREEN value IS 62 (24.61% from 255) = 15.54%
BLUE value IS 219 (85.94% from 255) = 54.89%
R=29.57%
G=15.54%
B=54.89%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal118622190.460.7200.14261.468.5655.1
Hex763EDB2E480E1054537
Octal166763335611001640510567
Binary1110110111110110110111011101001000011101000001011000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,62,219); }

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

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

 a { background-color: rgb(118,62,219); }

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

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

 span { border-color: rgb(118,62,219); }

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