Html Css Color HEX #773593 Vivid Violet

📋 copy color: '#773593'

red 119 ◦ green 53 ◦ blue 147

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

Shades of Vivid Violet #773593

Tints of Vivid Violet #773593

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.61%

 BLUE value IS 147 (57.81% from 255) = 46.08%

R = 37.3%
G = 16.61%
B = 46.08%

CMYK

 C value IS 0.19

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#773593 (or 0x773593) is known color: Vivid Violet. HEX triplet: 77, 35 and 93. RGB value is (119,53,147). Sum of RGB (Red+Green+Blue) = 119+53+147=319 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.30% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 147 (57.81% from 255 or 46.08% from 319); Max value from RGB is 147 - color contains mainly: blue. Hex color #773593 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773593 is #88CA6C. Grayscale: #535353. Windows color (decimal): -8964717 or 9647479. OLE color: 9647479.

HSL color Cylindrical-coordinate representation of color #773593: hue angle of 282.13º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #773593 is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 53 147 -
CMYK 0.19 0.64 0 0.42
HSL 282.13º 0.47% 0.39% -
HSV(B) 282.13º 0.64% 0.58% -
XYZ 14.15 8.57 28.51 -
YUV 83.45 163.87 153.36 -
System Red Green Blue C M Y K H S L
Decimal 119 53 147 0.19 0.64 0 0.42 282.13 0.47 0.39
Hex 77 35 93 13 40 0 2A 11A 2F 27
Octal 167 65 223 23 100 0 52 432 57 47
Binary 1110111 110101 10010011 10011 1000000 0 101010 100011010 101111 100111

Color Harmonies of #773593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773593

Black with #773593

Text Example


Text Example

White with #773593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773593; }

 p { color: rgb(119,53,147); }

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

background-color css

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

 a { background-color: rgb(119,53,147); }

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

border-color css

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

 span { border-color: rgb(119,53,147); }

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