Html Css Color HEX #763EE8 Blue Violet

📋 copy color: '#763EE8'

red 118 ◦ green 62 ◦ blue 232

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

Shades of Blue Violet #763EE8

Tints of Blue Violet #763EE8

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.05%

 BLUE value IS 232 (91.02% from 255) = 56.31%

R = 28.64%
G = 15.05%
B = 56.31%

CMYK

 C value IS 0.49

 M value IS 0.73

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#763EE8 (or 0x763EE8) is known color: Blue Violet. HEX triplet: 76, 3E and E8. RGB value is (118,62,232). Sum of RGB (Red+Green+Blue) = 118+62+232=412 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.64% from 412); Green value is 62 (24.61% from 255 or 15.05% from 412); Blue value is 232 (91.02% from 255 or 56.31% from 412); Max value from RGB is 232 - color contains mainly: blue. Hex color #763EE8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #763EE8 is #89C117. Grayscale: #616161. Windows color (decimal): -9027864 or 15220342. OLE color: 15220342.

HSL color Cylindrical-coordinate representation of color #763EE8: hue angle of 259.76º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #763EE8 is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 118 62 232 -
CMYK 0.49 0.73 0 0.09
HSL 259.76º 0.79% 0.58% -
HSV(B) 259.76º 0.73% 0.91% -
XYZ 23.76 13.12 77.62 -
YUV 98.12 203.55 142.18 -
System Red Green Blue C M Y K H S L
Decimal 118 62 232 0.49 0.73 0 0.09 259.76 0.79 0.58
Hex 76 3E E8 31 49 0 9 104 4F 3A
Octal 166 76 350 61 111 0 11 404 117 72
Binary 1110110 111110 11101000 110001 1001001 0 1001 100000100 1001111 111010

Color Harmonies of #763EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763EE8

Black with #763EE8

Text Example


Text Example

White with #763EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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