Html Css Color HEX #772687 Vivid Violet

📋 copy color: '#772687'

red 119 ◦ green 38 ◦ blue 135

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

Shades of Vivid Violet #772687

Tints of Vivid Violet #772687

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.01%

 BLUE value IS 135 (53.13% from 255) = 46.23%

R = 40.75%
G = 13.01%
B = 46.23%

CMYK

 C value IS 0.12

 M value IS 0.72

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#772687 (or 0x772687) is known color: Vivid Violet. HEX triplet: 77, 26 and 87. RGB value is (119,38,135). Sum of RGB (Red+Green+Blue) = 119+38+135=292 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.75% from 292); Green value is 38 (15.23% from 255 or 13.01% from 292); Blue value is 135 (53.12% from 255 or 46.23% from 292); Max value from RGB is 135 - color contains mainly: blue. Hex color #772687 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772687 is #88D978. Grayscale: #484848. Windows color (decimal): -8968569 or 8857207. OLE color: 8857207.

HSL color Cylindrical-coordinate representation of color #772687: hue angle of 290.1º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #772687 is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 119 38 135 -
CMYK 0.12 0.72 0 0.47
HSL 290.1º 0.56% 0.34% -
HSV(B) 290.1º 0.72% 0.53% -
XYZ 12.67 7.06 23.62 -
YUV 73.28 162.84 160.61 -
System Red Green Blue C M Y K H S L
Decimal 119 38 135 0.12 0.72 0 0.47 290.1 0.56 0.34
Hex 77 26 87 C 48 0 2F 122 38 22
Octal 167 46 207 14 110 0 57 442 70 42
Binary 1110111 100110 10000111 1100 1001000 0 101111 100100010 111000 100010

Color Harmonies of #772687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772687

Black with #772687

Text Example


Text Example

White with #772687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772687; }

 p { color: rgb(119,38,135); }

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

background-color css

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

 a { background-color: rgb(119,38,135); }

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

border-color css

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

 span { border-color: rgb(119,38,135); }

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