Html Css Color HEX #763CDD Blue Violet

📋 copy color: '#763CDD'

red 118 ◦ green 60 ◦ blue 221

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

Shades of Blue Violet #763CDD

Tints of Blue Violet #763CDD

RGB

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

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

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

R = 29.57%
G = 15.04%
B = 55.39%

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

#763CDD (or 0x763CDD) is known color: Blue Violet. HEX triplet: 76, 3C and DD. RGB value is (118,60,221). Sum of RGB (Red+Green+Blue) = 118+60+221=399 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.57% from 399); Green value is 60 (23.83% from 255 or 15.04% from 399); Blue value is 221 (86.72% from 255 or 55.39% from 399); Max value from RGB is 221 - color contains mainly: blue. Hex color #763CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #763CDD is #89C322. Grayscale: #5F5F5F. Windows color (decimal): -9028387 or 14498934. OLE color: 14498934.

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

Color convert

RGB 118 60 221 -
CMYK 0.47 0.73 0 0.13
HSL 261.61º 0.7% 0.55% -
HSV(B) 261.61º 0.73% 0.87% -
XYZ 22.14 12.3 69.61 -
YUV 95.7 198.72 143.91 -
System Red Green Blue C M Y K H S L
Decimal 118 60 221 0.47 0.73 0 0.13 261.61 0.7 0.55
Hex 76 3C DD 2F 49 0 D 106 46 37
Octal 166 74 335 57 111 0 15 406 106 67
Binary 1110110 111100 11011101 101111 1001001 0 1101 100000110 1000110 110111

Color Harmonies of #763CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763CDD

Black with #763CDD

Text Example


Text Example

White with #763CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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