Html Css Color HEX #763CDF Blue Violet

📋 copy color: '#763CDF'

red 118 ◦ green 60 ◦ blue 223

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

Shades of Blue Violet #763CDF

Tints of Blue Violet #763CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 55.61%

R = 29.43%
G = 14.96%
B = 55.61%

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

#763CDF (or 0x763CDF) is known color: Blue Violet. HEX triplet: 76, 3C and DF. RGB value is (118,60,223). Sum of RGB (Red+Green+Blue) = 118+60+223=401 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.43% from 401); Green value is 60 (23.83% from 255 or 14.96% from 401); Blue value is 223 (87.5% from 255 or 55.61% from 401); Max value from RGB is 223 - color contains mainly: blue. Hex color #763CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #763CDF is #89C320. Grayscale: #5F5F5F. Windows color (decimal): -9028385 or 14630006. OLE color: 14630006.

HSL color Cylindrical-coordinate representation of color #763CDF: hue angle of 261.35º degrees, saturation: 0.72, 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 #763CDF is Cyan = 0.47, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 60 223 -
CMYK 0.47 0.73 0 0.13
HSL 261.35º 0.72% 0.55% -
HSV(B) 261.35º 0.73% 0.87% -
XYZ 22.41 12.41 71.03 -
YUV 95.92 199.72 143.75 -
System Red Green Blue C M Y K H S L
Decimal 118 60 223 0.47 0.73 0 0.13 261.35 0.72 0.55
Hex 76 3C DF 2F 49 0 D 105 48 37
Octal 166 74 337 57 111 0 15 405 110 67
Binary 1110110 111100 11011111 101111 1001001 0 1101 100000101 1001000 110111

Color Harmonies of #763CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763CDF

Black with #763CDF

Text Example


Text Example

White with #763CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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