Html Css Color HEX #773CFF Blue Violet

📋 copy color: '#773CFF'

red 119 ◦ green 60 ◦ blue 255

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

Shades of Blue Violet #773CFF

Tints of Blue Violet #773CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 58.76%

R = 27.42%
G = 13.82%
B = 58.76%

CMYK

 C value IS 0.53

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#773CFF (or 0x773CFF) is known color: Blue Violet. HEX triplet: 77, 3C and FF. RGB value is (119,60,255). Sum of RGB (Red+Green+Blue) = 119+60+255=434 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.42% from 434); Green value is 60 (23.83% from 255 or 13.82% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #773CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #773CFF is #88C300. Grayscale: #636363. Windows color (decimal): -8962817 or 16727159. OLE color: 16727159.

HSL color Cylindrical-coordinate representation of color #773CFF: hue angle of 258.15º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #773CFF is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 119 60 255 -
CMYK 0.53 0.76 0 0
HSL 258.15º 1% 0.62% -
HSV(B) 258.15º 0.76% 1% -
XYZ 27.27 14.37 95.94 -
YUV 99.87 215.55 141.64 -
System Red Green Blue C M Y K H S L
Decimal 119 60 255 0.53 0.76 0 0 258.15 1 0.62
Hex 77 3C FF 35 4C 0 0 102 64 3E
Octal 167 74 377 65 114 0 0 402 144 76
Binary 1110111 111100 11111111 110101 1001100 0 0 100000010 1100100 111110

Color Harmonies of #773CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773CFF

Black with #773CFF

Text Example


Text Example

White with #773CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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