Html Css Color HEX #773497 Vivid Violet

📋 copy color: '#773497'

red 119 ◦ green 52 ◦ blue 151

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

Shades of Vivid Violet #773497

Tints of Vivid Violet #773497

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.15%

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

R = 36.96%
G = 16.15%
B = 46.89%

CMYK

 C value IS 0.21

 M value IS 0.66

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#773497 (or 0x773497) is known color: Vivid Violet. HEX triplet: 77, 34 and 97. RGB value is (119,52,151). Sum of RGB (Red+Green+Blue) = 119+52+151=322 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.96% from 322); Green value is 52 (20.70% from 255 or 16.15% from 322); Blue value is 151 (59.38% from 255 or 46.89% from 322); Max value from RGB is 151 - color contains mainly: blue. Hex color #773497 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773497 is #88CB68. Grayscale: #525252. Windows color (decimal): -8964969 or 9909367. OLE color: 9909367.

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

Color convert

RGB 119 52 151 -
CMYK 0.21 0.66 0 0.41
HSL 280.61º 0.49% 0.4% -
HSV(B) 280.61º 0.66% 0.59% -
XYZ 14.42 8.61 30.18 -
YUV 83.32 166.2 153.45 -
System Red Green Blue C M Y K H S L
Decimal 119 52 151 0.21 0.66 0 0.41 280.61 0.49 0.4
Hex 77 34 97 15 42 0 29 119 31 28
Octal 167 64 227 25 102 0 51 431 61 50
Binary 1110111 110100 10010111 10101 1000010 0 101001 100011001 110001 101000

Color Harmonies of #773497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773497

Black with #773497

Text Example


Text Example

White with #773497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773497; }

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

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

background-color css

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

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

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

border-color css

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

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

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