Html Css Color HEX #763CDE Blue Violet

📋 copy color: '#763CDE'

red 118 ◦ green 60 ◦ blue 222

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

Shades of Blue Violet #763CDE

Tints of Blue Violet #763CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 55.5%

R = 29.5%
G = 15%
B = 55.5%

CMYK

 C value IS 0.47

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#763CDE (or 0x763CDE) is known color: Blue Violet. HEX triplet: 76, 3C and DE. RGB value is (118,60,222). Sum of RGB (Red+Green+Blue) = 118+60+222=400 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.5% from 400); Green value is 60 (23.83% from 255 or 15% from 400); Blue value is 222 (87.11% from 255 or 55.5% from 400); Max value from RGB is 222 - color contains mainly: blue. Hex color #763CDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #763CDE is #89C321. Grayscale: #5F5F5F. Windows color (decimal): -9028386 or 14564470. OLE color: 14564470.

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

Color convert

RGB 118 60 222 -
CMYK 0.47 0.73 0 0.13
HSL 261.48º 0.71% 0.55% -
HSV(B) 261.48º 0.73% 0.87% -
XYZ 22.27 12.36 70.32 -
YUV 95.81 199.22 143.83 -
System Red Green Blue C M Y K H S L
Decimal 118 60 222 0.47 0.73 0 0.13 261.48 0.71 0.55
Hex 76 3C DE 2F 49 0 D 105 47 37
Octal 166 74 336 57 111 0 15 405 107 67
Binary 1110110 111100 11011110 101111 1001001 0 1101 100000101 1000111 110111

Color Harmonies of #763CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763CDE

Black with #763CDE

Text Example


Text Example

White with #763CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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