Html Css Color HEX #772CFF Blue Violet

📋 copy color: '#772CFF'

red 119 ◦ green 44 ◦ blue 255

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

Shades of Blue Violet #772CFF

Tints of Blue Violet #772CFF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.53%

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

R = 28.47%
G = 10.53%
B = 61%

CMYK

 C value IS 0.53

 M value IS 0.83

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#772CFF (or 0x772CFF) is known color: Blue Violet. HEX triplet: 77, 2C and FF. RGB value is (119,44,255). Sum of RGB (Red+Green+Blue) = 119+44+255=418 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.47% from 418); Green value is 44 (17.58% from 255 or 10.53% from 418); Blue value is 255 (100% from 255 or 61.00% from 418); Max value from RGB is 255 - color contains mainly: blue. Hex color #772CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #772CFF is #88D300. Grayscale: #595959. Windows color (decimal): -8966913 or 16723063. OLE color: 16723063.

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

Color convert

RGB 119 44 255 -
CMYK 0.53 0.83 0 0
HSL 261.33º 1% 0.59% -
HSV(B) 261.33º 0.83% 1% -
XYZ 26.56 12.94 95.71 -
YUV 90.48 220.85 148.34 -
System Red Green Blue C M Y K H S L
Decimal 119 44 255 0.53 0.83 0 0 261.33 1 0.59
Hex 77 2C FF 35 53 0 0 105 64 3B
Octal 167 54 377 65 123 0 0 405 144 73
Binary 1110111 101100 11111111 110101 1010011 0 0 100000101 1100100 111011

Color Harmonies of #772CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772CFF

Black with #772CFF

Text Example


Text Example

White with #772CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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