Html Css Color HEX #772FFA Blue Violet

📋 copy color: '#772FFA'

red 119 ◦ green 47 ◦ blue 250

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

Shades of Blue Violet #772FFA

Tints of Blue Violet #772FFA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.3%

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

R = 28.61%
G = 11.3%
B = 60.1%

CMYK

 C value IS 0.52

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#772FFA (or 0x772FFA) is known color: Blue Violet. HEX triplet: 77, 2F and FA. RGB value is (119,47,250). Sum of RGB (Red+Green+Blue) = 119+47+250=416 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.61% from 416); Green value is 47 (18.75% from 255 or 11.30% from 416); Blue value is 250 (98.05% from 255 or 60.10% from 416); Max value from RGB is 250 - color contains mainly: blue. Hex color #772FFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #772FFA is #88D005. Grayscale: #5A5A5A. Windows color (decimal): -8966150 or 16396151. OLE color: 16396151.

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

Color convert

RGB 119 47 250 -
CMYK 0.52 0.81 0 0.02
HSL 261.28º 0.95% 0.58% -
HSV(B) 261.28º 0.81% 0.98% -
XYZ 25.88 12.86 91.56 -
YUV 91.67 217.35 147.49 -
System Red Green Blue C M Y K H S L
Decimal 119 47 250 0.52 0.81 0 0.02 261.28 0.95 0.58
Hex 77 2F FA 34 51 0 2 105 5F 3A
Octal 167 57 372 64 121 0 2 405 137 72
Binary 1110111 101111 11111010 110100 1010001 0 10 100000101 1011111 111010

Color Harmonies of #772FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772FFA

Black with #772FFA

Text Example


Text Example

White with #772FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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