#763fdc

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

Shades of Blue Violet #763FDC

Tints of Blue Violet #763FDC

Color information

#763FDC (or 0x763FDC) is unknown color: approx Blue Violet. HEX triplet: 76, 3F and DC. RGB value is (118,63,220). Sum of RGB (Red+Green+Blue) = 118+63+220=401 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.43% from 401); Green value is 63 (25% from 255 or 15.71% from 401); Blue value is 220 (86.33% from 255 or 54.86% from 401); Max value from RGB is 220 - color contains mainly: blue. Hex color #763FDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #763FDC is #89C023. Grayscale: #606060. Windows color (decimal): -9027620 or 14434166. OLE color: 14434166.

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

Color convert

RGB11863220-
CMYK0.460.7100.14
HSL261.02º69.16%55.49%-
HSV(B)261.02º71.36%86.27%-
XYZ22.1712.5768.97-
YUV97.34197.22142.73-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.43%
GREEN value IS 63 (25% from 255) = 15.71%
BLUE value IS 220 (86.33% from 255) = 54.86%
R=29.43%
G=15.71%
B=54.86%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal118632200.460.7100.14261.0269.1655.49
Hex763FDC2E470E1054537
Octal166773345610701640510567
Binary1110110111111110111001011101000111011101000001011000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763fdc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,63,220); }

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

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

 a { background-color: rgb(118,63,220); }

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

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

 span { border-color: rgb(118,63,220); }

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