Html Css Color HEX #773CDF Blue Violet

📋 copy color: '#773CDF'

red 119 ◦ green 60 ◦ blue 223

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

Shades of Blue Violet #773CDF

Tints of Blue Violet #773CDF

RGB

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

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

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

R = 29.6%
G = 14.93%
B = 55.47%

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

#773CDF (or 0x773CDF) is known color: Blue Violet. HEX triplet: 77, 3C and DF. RGB value is (119,60,223). Sum of RGB (Red+Green+Blue) = 119+60+223=402 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.60% from 402); Green value is 60 (23.83% from 255 or 14.93% from 402); Blue value is 223 (87.5% from 255 or 55.47% from 402); Max value from RGB is 223 - color contains mainly: blue. Hex color #773CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773CDF is #88C320. Grayscale: #5F5F5F. Windows color (decimal): -8962849 or 14630007. OLE color: 14630007.

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

Color convert

RGB 119 60 223 -
CMYK 0.47 0.73 0 0.13
HSL 261.72º 0.72% 0.55% -
HSV(B) 261.72º 0.73% 0.87% -
XYZ 22.54 12.48 71.03 -
YUV 96.22 199.55 144.25 -
System Red Green Blue C M Y K H S L
Decimal 119 60 223 0.47 0.73 0 0.13 261.72 0.72 0.55
Hex 77 3C DF 2F 49 0 D 106 48 37
Octal 167 74 337 57 111 0 15 406 110 67
Binary 1110111 111100 11011111 101111 1001001 0 1101 100000110 1001000 110111

Color Harmonies of #773CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773CDF

Black with #773CDF

Text Example


Text Example

White with #773CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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