#763EDF

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

Shades of Blue Violet #763EDF

Tints of Blue Violet #763EDF

Color information

#763EDF (or 0x763EDF) is unknown color: approx Blue Violet. HEX triplet: 76, 3E and DF. RGB value is (118,62,223). Sum of RGB (Red+Green+Blue) = 118+62+223=403 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.28% from 403); Green value is 62 (24.61% from 255 or 15.38% from 403); Blue value is 223 (87.5% from 255 or 55.33% from 403); Max value from RGB is 223 - color contains mainly: blue. Hex color #763EDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #763EDF is #89C120. Grayscale: #606060. Windows color (decimal): -9027873 or 14630518. OLE color: 14630518.

HSL color Cylindrical-coordinate representation of color #763EDF: hue angle of 260.87º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #763EDF is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11862223-
CMYK0.470.7200.13
HSL260.87º71.56%55.88%-
HSV(B)260.87º72.2%87.45%-
XYZ22.5112.6271.06-
YUV97.1199.05142.91-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.28%
GREEN value IS 62 (24.61% from 255) = 15.38%
BLUE value IS 223 (87.5% from 255) = 55.33%
R=29.28%
G=15.38%
B=55.33%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal118622230.470.7200.13260.8771.5655.88
Hex763EDF2F480D1054838
Octal166763375711001540511070
Binary1110110111110110111111011111001000011011000001011001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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