Html Css Color HEX #763CEB Blue Violet

📋 copy color: '#763CEB'

red 118 ◦ green 60 ◦ blue 235

#763CEB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #763CEB

Tints of Blue Violet #763CEB

RGB

 RED value IS 118 (46.48% from 255) = 28.57%

 GREEN value IS 60 (23.83% from 255) = 14.53%

 BLUE value IS 235 (92.19% from 255) = 56.9%

R = 28.57%
G = 14.53%
B = 56.9%

CMYK

 C value IS 0.50

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#763CEB (or 0x763CEB) is known color: Blue Violet. HEX triplet: 76, 3C and EB. RGB value is (118,60,235). Sum of RGB (Red+Green+Blue) = 118+60+235=413 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.57% from 413); Green value is 60 (23.83% from 255 or 14.53% from 413); Blue value is 235 (92.19% from 255 or 56.90% from 413); Max value from RGB is 235 - color contains mainly: blue. Hex color #763CEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #763CEB is #89C314. Grayscale: #606060. Windows color (decimal): -9028373 or 15416438. OLE color: 15416438.

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

Color convert

RGB 118 60 235 -
CMYK 0.50 0.74 0 0.08
HSL 259.89º 0.81% 0.58% -
HSV(B) 259.89º 0.74% 0.92% -
XYZ 24.08 13.08 79.85 -
YUV 97.29 205.72 142.77 -
System Red Green Blue C M Y K H S L
Decimal 118 60 235 0.50 0.74 0 0.08 259.89 0.81 0.58
Hex 76 3C EB 32 4A 0 8 104 51 3A
Octal 166 74 353 62 112 0 10 404 121 72
Binary 1110110 111100 11101011 110010 1001010 0 1000 100000100 1010001 111010

Color Harmonies of #763CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763CEB

Black with #763CEB

Text Example


Text Example

White with #763CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #763CEB;
 }
 .AnyTagClassName
 {
   color: #763CEB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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