Html Css Color HEX #771895 Vivid Violet

📋 copy color: '#771895'

red 119 ◦ green 24 ◦ blue 149

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

Shades of Vivid Violet #771895

Tints of Vivid Violet #771895

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.22%

 BLUE value IS 149 (58.59% from 255) = 51.03%

R = 40.75%
G = 8.22%
B = 51.03%

CMYK

 C value IS 0.20

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#771895 (or 0x771895) is known color: Vivid Violet. HEX triplet: 77, 18 and 95. RGB value is (119,24,149). Sum of RGB (Red+Green+Blue) = 119+24+149=292 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.75% from 292); Green value is 24 (9.77% from 255 or 8.22% from 292); Blue value is 149 (58.59% from 255 or 51.03% from 292); Max value from RGB is 149 - color contains mainly: blue. Hex color #771895 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #771895 is #88E76A. Grayscale: #424242. Windows color (decimal): -8972139 or 9771127. OLE color: 9771127.

HSL color Cylindrical-coordinate representation of color #771895: hue angle of 285.6º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #771895 is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 24 149 -
CMYK 0.20 0.84 0 0.42
HSL 285.6º 0.72% 0.34% -
HSV(B) 285.6º 0.84% 0.58% -
XYZ 13.36 6.75 29.03 -
YUV 66.66 174.47 165.34 -
System Red Green Blue C M Y K H S L
Decimal 119 24 149 0.20 0.84 0 0.42 285.6 0.72 0.34
Hex 77 18 95 14 54 0 2A 11E 48 22
Octal 167 30 225 24 124 0 52 436 110 42
Binary 1110111 11000 10010101 10100 1010100 0 101010 100011110 1001000 100010

Color Harmonies of #771895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771895

Black with #771895

Text Example


Text Example

White with #771895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771895; }

 p { color: rgb(119,24,149); }

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

background-color css

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

 a { background-color: rgb(119,24,149); }

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

border-color css

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

 span { border-color: rgb(119,24,149); }

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