Html Css Color HEX #763DDB Blue Violet

📋 copy color: '#763DDB'

red 118 ◦ green 61 ◦ blue 219

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

Shades of Blue Violet #763DDB

Tints of Blue Violet #763DDB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.33%

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

R = 29.65%
G = 15.33%
B = 55.03%

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

#763DDB (or 0x763DDB) is known color: Blue Violet. HEX triplet: 76, 3D and DB. RGB value is (118,61,219). Sum of RGB (Red+Green+Blue) = 118+61+219=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 61 (24.22% from 255 or 15.33% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #763DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #763DDB is #89C224. Grayscale: #5F5F5F. Windows color (decimal): -9028133 or 14368118. OLE color: 14368118.

HSL color Cylindrical-coordinate representation of color #763DDB: hue angle of 261.65º 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 #763DDB is Cyan = 0.46, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 118 61 219 -
CMYK 0.46 0.72 0 0.14
HSL 261.65º 0.69% 0.55% -
HSV(B) 261.65º 0.72% 0.86% -
XYZ 21.93 12.3 68.24 -
YUV 96.06 197.38 143.65 -
System Red Green Blue C M Y K H S L
Decimal 118 61 219 0.46 0.72 0 0.14 261.65 0.69 0.55
Hex 76 3D DB 2E 48 0 E 106 45 37
Octal 166 75 333 56 110 0 16 406 105 67
Binary 1110110 111101 11011011 101110 1001000 0 1110 100000110 1000101 110111

Color Harmonies of #763DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763DDB

Black with #763DDB

Text Example


Text Example

White with #763DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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