#763BE4

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

Shades of Blue Violet #763BE4

Tints of Blue Violet #763BE4

Color information

#763BE4 (or 0x763BE4) is unknown color: approx Blue Violet. HEX triplet: 76, 3B and E4. RGB value is (118,59,228). Sum of RGB (Red+Green+Blue) = 118+59+228=405 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.14% from 405); Green value is 59 (23.44% from 255 or 14.57% from 405); Blue value is 228 (89.45% from 255 or 56.30% from 405); Max value from RGB is 228 - color contains mainly: blue. Hex color #763BE4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #763BE4 is #89C41B. Grayscale: #5F5F5F. Windows color (decimal): -9028636 or 14957430. OLE color: 14957430.

HSL color Cylindrical-coordinate representation of color #763BE4: hue angle of 260.95º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #763BE4 is Cyan = 0.48, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB11859228-
CMYK0.480.7400.11
HSL260.95º75.78%56.27%-
HSV(B)260.95º74.12%89.41%-
XYZ23.0412.5874.61-
YUV95.91202.55143.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.14%
GREEN value IS 59 (23.44% from 255) = 14.57%
BLUE value IS 228 (89.45% from 255) = 56.30%
R=29.14%
G=14.57%
B=56.30%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal118592280.480.7400.11260.9575.7856.27
Hex763BE4304A0B1054c38
Octal166733446011201340511470
Binary1110110111011111001001100001001010010111000001011001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763BE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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