Html Css Color HEX #773DF0 Blue Violet

📋 copy color: '#773DF0'

red 119 ◦ green 61 ◦ blue 240

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

Shades of Blue Violet #773DF0

Tints of Blue Violet #773DF0

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.52%

 BLUE value IS 240 (94.14% from 255) = 57.14%

R = 28.33%
G = 14.52%
B = 57.14%

CMYK

 C value IS 0.50

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#773DF0 (or 0x773DF0) is known color: Blue Violet. HEX triplet: 77, 3D and F0. RGB value is (119,61,240). Sum of RGB (Red+Green+Blue) = 119+61+240=420 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.33% from 420); Green value is 61 (24.22% from 255 or 14.52% from 420); Blue value is 240 (94.14% from 255 or 57.14% from 420); Max value from RGB is 240 - color contains mainly: blue. Hex color #773DF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #773DF0 is #88C20F. Grayscale: #626262. Windows color (decimal): -8962576 or 15744375. OLE color: 15744375.

HSL color Cylindrical-coordinate representation of color #773DF0: hue angle of 259.44º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #773DF0 is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 119 61 240 -
CMYK 0.50 0.75 0 0.06
HSL 259.44º 0.86% 0.59% -
HSV(B) 259.44º 0.75% 0.94% -
XYZ 25 13.55 83.74 -
YUV 98.75 207.72 142.45 -
System Red Green Blue C M Y K H S L
Decimal 119 61 240 0.50 0.75 0 0.06 259.44 0.86 0.59
Hex 77 3D F0 32 4B 0 6 103 56 3B
Octal 167 75 360 62 113 0 6 403 126 73
Binary 1110111 111101 11110000 110010 1001011 0 110 100000011 1010110 111011

Color Harmonies of #773DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773DF0

Black with #773DF0

Text Example


Text Example

White with #773DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,61,240); }

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

background-color css

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

 a { background-color: rgb(119,61,240); }

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

border-color css

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

 span { border-color: rgb(119,61,240); }

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