Html Css Color HEX #772698 Vivid Violet

📋 copy color: '#772698'

red 119 ◦ green 38 ◦ blue 152

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

Shades of Vivid Violet #772698

Tints of Vivid Violet #772698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 49.19%

R = 38.51%
G = 12.3%
B = 49.19%

CMYK

 C value IS 0.22

 M value IS 0.75

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#772698 (or 0x772698) is known color: Vivid Violet. HEX triplet: 77, 26 and 98. RGB value is (119,38,152). Sum of RGB (Red+Green+Blue) = 119+38+152=309 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.51% from 309); Green value is 38 (15.23% from 255 or 12.30% from 309); Blue value is 152 (59.77% from 255 or 49.19% from 309); Max value from RGB is 152 - color contains mainly: blue. Hex color #772698 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772698 is #88D967. Grayscale: #4A4A4A. Windows color (decimal): -8968552 or 9971319. OLE color: 9971319.

HSL color Cylindrical-coordinate representation of color #772698: hue angle of 282.63º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #772698 is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 119 38 152 -
CMYK 0.22 0.75 0 0.40
HSL 282.63º 0.6% 0.37% -
HSV(B) 282.63º 0.75% 0.6% -
XYZ 13.97 7.58 30.43 -
YUV 75.22 171.34 159.23 -
System Red Green Blue C M Y K H S L
Decimal 119 38 152 0.22 0.75 0 0.40 282.63 0.6 0.37
Hex 77 26 98 16 4B 0 28 11B 3C 25
Octal 167 46 230 26 113 0 50 433 74 45
Binary 1110111 100110 10011000 10110 1001011 0 101000 100011011 111100 100101

Color Harmonies of #772698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772698

Black with #772698

Text Example


Text Example

White with #772698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772698; }

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

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

background-color css

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

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

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

border-color css

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

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

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