Html Css Color HEX #763EDD Blue Violet

📋 copy color: '#763EDD'

red 118 ◦ green 62 ◦ blue 221

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

Shades of Blue Violet #763EDD

Tints of Blue Violet #763EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.11%

R = 29.43%
G = 15.46%
B = 55.11%

CMYK

 C value IS 0.47

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#763EDD (or 0x763EDD) is known color: Blue Violet. HEX triplet: 76, 3E and DD. RGB value is (118,62,221). Sum of RGB (Red+Green+Blue) = 118+62+221=401 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.43% from 401); Green value is 62 (24.61% from 255 or 15.46% from 401); Blue value is 221 (86.72% from 255 or 55.11% from 401); Max value from RGB is 221 - color contains mainly: blue. Hex color #763EDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #763EDD is #89C122. Grayscale: #606060. Windows color (decimal): -9027875 or 14499446. OLE color: 14499446.

HSL color Cylindrical-coordinate representation of color #763EDD: hue angle of 261.13º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #763EDD is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 62 221 -
CMYK 0.47 0.72 0 0.13
HSL 261.13º 0.7% 0.55% -
HSV(B) 261.13º 0.72% 0.87% -
XYZ 22.24 12.52 69.65 -
YUV 96.87 198.05 143.07 -
System Red Green Blue C M Y K H S L
Decimal 118 62 221 0.47 0.72 0 0.13 261.13 0.7 0.55
Hex 76 3E DD 2F 48 0 D 105 46 37
Octal 166 76 335 57 110 0 15 405 106 67
Binary 1110110 111110 11011101 101111 1001000 0 1101 100000101 1000110 110111

Color Harmonies of #763EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763EDD

Black with #763EDD

Text Example


Text Example

White with #763EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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