Html Css Color HEX #773CD9 Blue Violet

📋 copy color: '#773CD9'

red 119 ◦ green 60 ◦ blue 217

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

Shades of Blue Violet #773CD9

Tints of Blue Violet #773CD9

RGB

 RED value IS 119 (46.88% from 255) = 30.05%

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

 BLUE value IS 217 (85.16% from 255) = 54.8%

R = 30.05%
G = 15.15%
B = 54.8%

CMYK

 C value IS 0.45

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#773CD9 (or 0x773CD9) is known color: Blue Violet. HEX triplet: 77, 3C and D9. RGB value is (119,60,217). Sum of RGB (Red+Green+Blue) = 119+60+217=396 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.05% from 396); Green value is 60 (23.83% from 255 or 15.15% from 396); Blue value is 217 (85.16% from 255 or 54.80% from 396); Max value from RGB is 217 - color contains mainly: blue. Hex color #773CD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773CD9 is #88C326. Grayscale: #5E5E5E. Windows color (decimal): -8962855 or 14236791. OLE color: 14236791.

HSL color Cylindrical-coordinate representation of color #773CD9: hue angle of 262.55º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #773CD9 is Cyan = 0.45, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 119 60 217 -
CMYK 0.45 0.72 0 0.15
HSL 262.55º 0.67% 0.54% -
HSV(B) 262.55º 0.72% 0.85% -
XYZ 21.75 12.16 66.85 -
YUV 95.54 196.55 144.73 -
System Red Green Blue C M Y K H S L
Decimal 119 60 217 0.45 0.72 0 0.15 262.55 0.67 0.54
Hex 77 3C D9 2D 48 0 F 107 43 36
Octal 167 74 331 55 110 0 17 407 103 66
Binary 1110111 111100 11011001 101101 1001000 0 1111 100000111 1000011 110110

Color Harmonies of #773CD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773CD9

Black with #773CD9

Text Example


Text Example

White with #773CD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773CD9; }

 p { color: rgb(119,60,217); }

 H1.HeaderClassName
 {
   color: #773CD9;
 }
 .AnyTagClassName
 {
   color: #773CD9;
 }
</style>

background-color css

<style>
 a { background-color: #773CD9; }

 a { background-color: rgb(119,60,217); }

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

border-color css

<style>
 span { border-color: #773CD9; }

 span { border-color: rgb(119,60,217); }

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