Html Css Color HEX #771ACF Blue Violet

📋 copy color: '#771ACF'

red 119 ◦ green 26 ◦ blue 207

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

Shades of Blue Violet #771ACF

Tints of Blue Violet #771ACF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.39%

 BLUE value IS 207 (81.25% from 255) = 58.81%

R = 33.81%
G = 7.39%
B = 58.81%

CMYK

 C value IS 0.43

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#771ACF (or 0x771ACF) is known color: Blue Violet. HEX triplet: 77, 1A and CF. RGB value is (119,26,207). Sum of RGB (Red+Green+Blue) = 119+26+207=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 26 (10.55% from 255 or 7.39% from 352); Blue value is 207 (81.25% from 255 or 58.81% from 352); Max value from RGB is 207 - color contains mainly: blue. Hex color #771ACF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771ACF is #88E530. Grayscale: #494949. Windows color (decimal): -8971569 or 13572727. OLE color: 13572727.

HSL color Cylindrical-coordinate representation of color #771ACF: hue angle of 270.83º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #771ACF is Cyan = 0.43, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 119 26 207 -
CMYK 0.43 0.87 0 0.19
HSL 270.83º 0.78% 0.46% -
HSV(B) 270.83º 0.87% 0.81% -
XYZ 19.24 9.17 59.79 -
YUV 74.44 202.81 159.78 -
System Red Green Blue C M Y K H S L
Decimal 119 26 207 0.43 0.87 0 0.19 270.83 0.78 0.46
Hex 77 1A CF 2B 57 0 13 10F 4E 2E
Octal 167 32 317 53 127 0 23 417 116 56
Binary 1110111 11010 11001111 101011 1010111 0 10011 100001111 1001110 101110

Color Harmonies of #771ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771ACF

Black with #771ACF

Text Example


Text Example

White with #771ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,26,207); }

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

background-color css

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

 a { background-color: rgb(119,26,207); }

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

border-color css

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

 span { border-color: rgb(119,26,207); }

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