#763BEB

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

Shades of Blue Violet #763BEB

Tints of Blue Violet #763BEB

Color information

#763BEB (or 0x763BEB) is unknown color: approx Blue Violet. HEX triplet: 76, 3B and EB. RGB value is (118,59,235). Sum of RGB (Red+Green+Blue) = 118+59+235=412 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.64% from 412); Green value is 59 (23.44% from 255 or 14.32% from 412); Blue value is 235 (92.19% from 255 or 57.04% from 412); Max value from RGB is 235 - color contains mainly: blue. Hex color #763BEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #763BEB is #89C414. Grayscale: #606060. Windows color (decimal): -9028629 or 15416182. OLE color: 15416182.

HSL color Cylindrical-coordinate representation of color #763BEB: hue angle of 260.11º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #763BEB is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB11859235-
CMYK0.500.7500.08
HSL260.11º81.48%57.65%-
HSV(B)260.11º74.89%92.16%-
XYZ24.0312.9879.84-
YUV96.7206.05143.19-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.64%
GREEN value IS 59 (23.44% from 255) = 14.32%
BLUE value IS 235 (92.19% from 255) = 57.04%
R=28.64%
G=14.32%
B=57.04%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal118592350.500.7500.08260.1181.4857.65
Hex763BEB324B08104513a
Octal166733536211301040412172
Binary1110110111011111010111100101001011010001000001001010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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