Html Css Color HEX #772DFA Blue Violet

📋 copy color: '#772DFA'

red 119 ◦ green 45 ◦ blue 250

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

Shades of Blue Violet #772DFA

Tints of Blue Violet #772DFA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.87%

 BLUE value IS 250 (98.05% from 255) = 60.39%

R = 28.74%
G = 10.87%
B = 60.39%

CMYK

 C value IS 0.52

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#772DFA (or 0x772DFA) is known color: Blue Violet. HEX triplet: 77, 2D and FA. RGB value is (119,45,250). Sum of RGB (Red+Green+Blue) = 119+45+250=414 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.74% from 414); Green value is 45 (17.97% from 255 or 10.87% from 414); Blue value is 250 (98.05% from 255 or 60.39% from 414); Max value from RGB is 250 - color contains mainly: blue. Hex color #772DFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #772DFA is #88D205. Grayscale: #595959. Windows color (decimal): -8966662 or 16395639. OLE color: 16395639.

HSL color Cylindrical-coordinate representation of color #772DFA: hue angle of 261.66º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #772DFA is Cyan = 0.52, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 119 45 250 -
CMYK 0.52 0.82 0 0.02
HSL 261.66º 0.95% 0.58% -
HSV(B) 261.66º 0.82% 0.98% -
XYZ 25.8 12.7 91.53 -
YUV 90.5 218.02 148.33 -
System Red Green Blue C M Y K H S L
Decimal 119 45 250 0.52 0.82 0 0.02 261.66 0.95 0.58
Hex 77 2D FA 34 52 0 2 106 5F 3A
Octal 167 55 372 64 122 0 2 406 137 72
Binary 1110111 101101 11111010 110100 1010010 0 10 100000110 1011111 111010

Color Harmonies of #772DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772DFA

Black with #772DFA

Text Example


Text Example

White with #772DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,45,250); }

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

background-color css

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

 a { background-color: rgb(119,45,250); }

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

border-color css

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

 span { border-color: rgb(119,45,250); }

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