Html Css Color HEX #772297 Vivid Violet

📋 copy color: '#772297'

red 119 ◦ green 34 ◦ blue 151

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

Shades of Vivid Violet #772297

Tints of Vivid Violet #772297

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.18%

 BLUE value IS 151 (59.38% from 255) = 49.67%

R = 39.14%
G = 11.18%
B = 49.67%

CMYK

 C value IS 0.21

 M value IS 0.77

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#772297 (or 0x772297) is known color: Vivid Violet. HEX triplet: 77, 22 and 97. RGB value is (119,34,151). Sum of RGB (Red+Green+Blue) = 119+34+151=304 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.14% from 304); Green value is 34 (13.67% from 255 or 11.18% from 304); Blue value is 151 (59.38% from 255 or 49.67% from 304); Max value from RGB is 151 - color contains mainly: blue. Hex color #772297 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772297 is #88DD68. Grayscale: #484848. Windows color (decimal): -8969577 or 9904759. OLE color: 9904759.

HSL color Cylindrical-coordinate representation of color #772297: hue angle of 283.59º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #772297 is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 119 34 151 -
CMYK 0.21 0.77 0 0.41
HSL 283.59º 0.63% 0.36% -
HSV(B) 283.59º 0.77% 0.59% -
XYZ 13.77 7.3 29.96 -
YUV 72.75 172.16 160.99 -
System Red Green Blue C M Y K H S L
Decimal 119 34 151 0.21 0.77 0 0.41 283.59 0.63 0.36
Hex 77 22 97 15 4D 0 29 11C 3F 24
Octal 167 42 227 25 115 0 51 434 77 44
Binary 1110111 100010 10010111 10101 1001101 0 101001 100011100 111111 100100

Color Harmonies of #772297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772297

Black with #772297

Text Example


Text Example

White with #772297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772297; }

 p { color: rgb(119,34,151); }

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

background-color css

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

 a { background-color: rgb(119,34,151); }

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

border-color css

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

 span { border-color: rgb(119,34,151); }

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