Html Css Color HEX #772AFD Blue Violet

📋 copy color: '#772AFD'

red 119 ◦ green 42 ◦ blue 253

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

Shades of Blue Violet #772AFD

Tints of Blue Violet #772AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 61.11%

R = 28.74%
G = 10.14%
B = 61.11%

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

#772AFD (or 0x772AFD) is known color: Blue Violet. HEX triplet: 77, 2A and FD. RGB value is (119,42,253). Sum of RGB (Red+Green+Blue) = 119+42+253=414 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.74% from 414); Green value is 42 (16.80% from 255 or 10.14% from 414); Blue value is 253 (99.22% from 255 or 61.11% from 414); Max value from RGB is 253 - color contains mainly: blue. Hex color #772AFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #772AFD is #88D502. Grayscale: #585858. Windows color (decimal): -8967427 or 16591479. OLE color: 16591479.

HSL color Cylindrical-coordinate representation of color #772AFD: hue angle of 261.9º degrees, saturation: 0.98, 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 #772AFD is Cyan = 0.53, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 119 42 253 -
CMYK 0.53 0.83 0 0.01
HSL 261.9º 0.98% 0.58% -
HSV(B) 261.9º 0.83% 0.99% -
XYZ 26.17 12.67 93.99 -
YUV 89.08 220.51 149.34 -
System Red Green Blue C M Y K H S L
Decimal 119 42 253 0.53 0.83 0 0.01 261.9 0.98 0.58
Hex 77 2A FD 35 53 0 1 106 62 3A
Octal 167 52 375 65 123 0 1 406 142 72
Binary 1110111 101010 11111101 110101 1010011 0 1 100000110 1100010 111010

Color Harmonies of #772AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772AFD

Black with #772AFD

Text Example


Text Example

White with #772AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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