Html Css Color HEX #772690 Vivid Violet

📋 copy color: '#772690'

red 119 ◦ green 38 ◦ blue 144

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

Shades of Vivid Violet #772690

Tints of Vivid Violet #772690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 47.84%

R = 39.53%
G = 12.62%
B = 47.84%

CMYK

 C value IS 0.17

 M value IS 0.74

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#772690 (or 0x772690) is known color: Vivid Violet. HEX triplet: 77, 26 and 90. RGB value is (119,38,144). Sum of RGB (Red+Green+Blue) = 119+38+144=301 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.53% from 301); Green value is 38 (15.23% from 255 or 12.62% from 301); Blue value is 144 (56.64% from 255 or 47.84% from 301); Max value from RGB is 144 - color contains mainly: blue. Hex color #772690 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772690 is #88D96F. Grayscale: #494949. Windows color (decimal): -8968560 or 9447031. OLE color: 9447031.

HSL color Cylindrical-coordinate representation of color #772690: hue angle of 285.85º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #772690 is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 119 38 144 -
CMYK 0.17 0.74 0 0.44
HSL 285.85º 0.58% 0.36% -
HSV(B) 285.85º 0.74% 0.56% -
XYZ 13.33 7.32 27.1 -
YUV 74.3 167.34 159.88 -
System Red Green Blue C M Y K H S L
Decimal 119 38 144 0.17 0.74 0 0.44 285.85 0.58 0.36
Hex 77 26 90 11 4A 0 2C 11E 3A 24
Octal 167 46 220 21 112 0 54 436 72 44
Binary 1110111 100110 10010000 10001 1001010 0 101100 100011110 111010 100100

Color Harmonies of #772690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772690

Black with #772690

Text Example


Text Example

White with #772690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772690; }

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

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

background-color css

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

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

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

border-color css

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

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

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