Html Css Color HEX #763EDB Blue Violet

📋 copy color: '#763EDB'

red 118 ◦ green 62 ◦ blue 219

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

Shades of Blue Violet #763EDB

Tints of Blue Violet #763EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 54.89%

R = 29.57%
G = 15.54%
B = 54.89%

CMYK

 C value IS 0.46

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#763EDB (or 0x763EDB) is known color: Blue Violet. HEX triplet: 76, 3E and DB. RGB value is (118,62,219). Sum of RGB (Red+Green+Blue) = 118+62+219=399 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.57% from 399); Green value is 62 (24.61% from 255 or 15.54% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #763EDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #763EDB is #89C124. Grayscale: #606060. Windows color (decimal): -9027877 or 14368374. OLE color: 14368374.

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

Color convert

RGB 118 62 219 -
CMYK 0.46 0.72 0 0.14
HSL 261.4º 0.69% 0.55% -
HSV(B) 261.4º 0.72% 0.86% -
XYZ 21.98 12.41 68.25 -
YUV 96.64 197.05 143.23 -
System Red Green Blue C M Y K H S L
Decimal 118 62 219 0.46 0.72 0 0.14 261.4 0.69 0.55
Hex 76 3E DB 2E 48 0 E 105 45 37
Octal 166 76 333 56 110 0 16 405 105 67
Binary 1110110 111110 11011011 101110 1001000 0 1110 100000101 1000101 110111

Color Harmonies of #763EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763EDB

Black with #763EDB

Text Example


Text Example

White with #763EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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