Html Css Color HEX #763BDC Blue Violet

📋 copy color: '#763BDC'

red 118 ◦ green 59 ◦ blue 220

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

Shades of Blue Violet #763BDC

Tints of Blue Violet #763BDC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.86%

 BLUE value IS 220 (86.33% from 255) = 55.42%

R = 29.72%
G = 14.86%
B = 55.42%

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

#763BDC (or 0x763BDC) is known color: Blue Violet. HEX triplet: 76, 3B and DC. RGB value is (118,59,220). Sum of RGB (Red+Green+Blue) = 118+59+220=397 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.72% from 397); Green value is 59 (23.44% from 255 or 14.86% from 397); Blue value is 220 (86.33% from 255 or 55.42% from 397); Max value from RGB is 220 - color contains mainly: blue. Hex color #763BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #763BDC is #89C423. Grayscale: #5E5E5E. Windows color (decimal): -9028644 or 14433142. OLE color: 14433142.

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

Color convert

RGB 118 59 220 -
CMYK 0.46 0.73 0 0.14
HSL 261.99º 0.7% 0.55% -
HSV(B) 261.99º 0.73% 0.86% -
XYZ 21.95 12.15 68.9 -
YUV 95 198.55 144.41 -
System Red Green Blue C M Y K H S L
Decimal 118 59 220 0.46 0.73 0 0.14 261.99 0.7 0.55
Hex 76 3B DC 2E 49 0 E 106 46 37
Octal 166 73 334 56 111 0 16 406 106 67
Binary 1110110 111011 11011100 101110 1001001 0 1110 100000110 1000110 110111

Color Harmonies of #763BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763BDC

Black with #763BDC

Text Example


Text Example

White with #763BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,59,220); }

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

background-color css

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

 a { background-color: rgb(118,59,220); }

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

border-color css

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

 span { border-color: rgb(118,59,220); }

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