Html Css Color HEX #772AFC Blue Violet

📋 copy color: '#772AFC'

red 119 ◦ green 42 ◦ blue 252

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

Shades of Blue Violet #772AFC

Tints of Blue Violet #772AFC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.17%

 BLUE value IS 252 (98.83% from 255) = 61.02%

R = 28.81%
G = 10.17%
B = 61.02%

CMYK

 C value IS 0.53

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#772AFC (or 0x772AFC) is known color: Blue Violet. HEX triplet: 77, 2A and FC. RGB value is (119,42,252). Sum of RGB (Red+Green+Blue) = 119+42+252=413 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.81% from 413); Green value is 42 (16.80% from 255 or 10.17% from 413); Blue value is 252 (98.83% from 255 or 61.02% from 413); Max value from RGB is 252 - color contains mainly: blue. Hex color #772AFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #772AFC is #88D503. Grayscale: #585858. Windows color (decimal): -8967428 or 16525943. OLE color: 16525943.

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

Color convert

RGB 119 42 252 -
CMYK 0.53 0.83 0 0.01
HSL 262º 0.97% 0.58% -
HSV(B) 262º 0.83% 0.99% -
XYZ 26.01 12.61 93.16 -
YUV 88.96 220.01 149.42 -
System Red Green Blue C M Y K H S L
Decimal 119 42 252 0.53 0.83 0 0.01 262 0.97 0.58
Hex 77 2A FC 35 53 0 1 106 61 3A
Octal 167 52 374 65 123 0 1 406 141 72
Binary 1110111 101010 11111100 110101 1010011 0 1 100000110 1100001 111010

Color Harmonies of #772AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772AFC

Black with #772AFC

Text Example


Text Example

White with #772AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,42,252); }

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

background-color css

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

 a { background-color: rgb(119,42,252); }

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

border-color css

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

 span { border-color: rgb(119,42,252); }

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