Html Css Color HEX #772397 Vivid Violet

📋 copy color: '#772397'

red 119 ◦ green 35 ◦ blue 151

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

Shades of Vivid Violet #772397

Tints of Vivid Violet #772397

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.48%

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

R = 39.02%
G = 11.48%
B = 49.51%

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

#772397 (or 0x772397) is known color: Vivid Violet. HEX triplet: 77, 23 and 97. RGB value is (119,35,151). Sum of RGB (Red+Green+Blue) = 119+35+151=305 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.02% from 305); Green value is 35 (14.06% from 255 or 11.48% from 305); Blue value is 151 (59.38% from 255 or 49.51% from 305); Max value from RGB is 151 - color contains mainly: blue. Hex color #772397 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772397 is #88DC68. Grayscale: #484848. Windows color (decimal): -8969321 or 9905015. OLE color: 9905015.

HSL color Cylindrical-coordinate representation of color #772397: hue angle of 283.45º degrees, saturation: 0.62, 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 #772397 is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 119 35 151 -
CMYK 0.21 0.77 0 0.41
HSL 283.45º 0.62% 0.36% -
HSV(B) 283.45º 0.77% 0.59% -
XYZ 13.79 7.36 29.97 -
YUV 73.34 171.83 160.57 -
System Red Green Blue C M Y K H S L
Decimal 119 35 151 0.21 0.77 0 0.41 283.45 0.62 0.36
Hex 77 23 97 15 4D 0 29 11B 3E 24
Octal 167 43 227 25 115 0 51 433 76 44
Binary 1110111 100011 10010111 10101 1001101 0 101001 100011011 111110 100100

Color Harmonies of #772397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772397

Black with #772397

Text Example


Text Example

White with #772397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772397; }

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

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

background-color css

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

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

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

border-color css

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

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

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