Html Css Color HEX #771FFA Blue Violet

📋 copy color: '#771FFA'

red 119 ◦ green 31 ◦ blue 250

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

Shades of Blue Violet #771FFA

Tints of Blue Violet #771FFA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.75%

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

R = 29.75%
G = 7.75%
B = 62.5%

CMYK

 C value IS 0.52

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#771FFA (or 0x771FFA) is known color: Blue Violet. HEX triplet: 77, 1F and FA. RGB value is (119,31,250). Sum of RGB (Red+Green+Blue) = 119+31+250=400 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.75% from 400); Green value is 31 (12.5% from 255 or 7.75% from 400); Blue value is 250 (98.05% from 255 or 62.5% from 400); Max value from RGB is 250 - color contains mainly: blue. Hex color #771FFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #771FFA is #88E005. Grayscale: #515151. Windows color (decimal): -8970246 or 16392055. OLE color: 16392055.

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

Color convert

RGB 119 31 250 -
CMYK 0.52 0.88 0 0.02
HSL 264.11º 0.96% 0.55% -
HSV(B) 264.11º 0.88% 0.98% -
XYZ 25.35 11.8 91.38 -
YUV 82.28 222.65 154.19 -
System Red Green Blue C M Y K H S L
Decimal 119 31 250 0.52 0.88 0 0.02 264.11 0.96 0.55
Hex 77 1F FA 34 58 0 2 108 60 37
Octal 167 37 372 64 130 0 2 410 140 67
Binary 1110111 11111 11111010 110100 1011000 0 10 100001000 1100000 110111

Color Harmonies of #771FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771FFA

Black with #771FFA

Text Example


Text Example

White with #771FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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