Html Css Color HEX #763CDB Blue Violet

📋 copy color: '#763CDB'

red 118 ◦ green 60 ◦ blue 219

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

Shades of Blue Violet #763CDB

Tints of Blue Violet #763CDB

RGB

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

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

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

R = 29.72%
G = 15.11%
B = 55.16%

CMYK

 C value IS 0.46

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#763CDB (or 0x763CDB) is known color: Blue Violet. HEX triplet: 76, 3C and DB. RGB value is (118,60,219). Sum of RGB (Red+Green+Blue) = 118+60+219=397 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.72% from 397); Green value is 60 (23.83% from 255 or 15.11% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #763CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #763CDB is #89C324. Grayscale: #5E5E5E. Windows color (decimal): -9028389 or 14367862. OLE color: 14367862.

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

Color convert

RGB 118 60 219 -
CMYK 0.46 0.73 0 0.14
HSL 261.89º 0.69% 0.55% -
HSV(B) 261.89º 0.73% 0.86% -
XYZ 21.87 12.2 68.22 -
YUV 95.47 197.72 144.07 -
System Red Green Blue C M Y K H S L
Decimal 118 60 219 0.46 0.73 0 0.14 261.89 0.69 0.55
Hex 76 3C DB 2E 49 0 E 106 45 37
Octal 166 74 333 56 111 0 16 406 105 67
Binary 1110110 111100 11011011 101110 1001001 0 1110 100000110 1000101 110111

Color Harmonies of #763CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763CDB

Black with #763CDB

Text Example


Text Example

White with #763CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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