Html Css Color HEX #773087 Vivid Violet

📋 copy color: '#773087'

red 119 ◦ green 48 ◦ blue 135

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

Shades of Vivid Violet #773087

Tints of Vivid Violet #773087

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.89%

 BLUE value IS 135 (53.13% from 255) = 44.7%

R = 39.4%
G = 15.89%
B = 44.7%

CMYK

 C value IS 0.12

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#773087 (or 0x773087) is known color: Vivid Violet. HEX triplet: 77, 30 and 87. RGB value is (119,48,135). Sum of RGB (Red+Green+Blue) = 119+48+135=302 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.40% from 302); Green value is 48 (19.14% from 255 or 15.89% from 302); Blue value is 135 (53.12% from 255 or 44.70% from 302); Max value from RGB is 135 - color contains mainly: blue. Hex color #773087 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773087 is #88CF78. Grayscale: #4E4E4E. Windows color (decimal): -8966009 or 8859767. OLE color: 8859767.

HSL color Cylindrical-coordinate representation of color #773087: hue angle of 288.97º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #773087 is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 119 48 135 -
CMYK 0.12 0.64 0 0.47
HSL 288.97º 0.48% 0.36% -
HSV(B) 288.97º 0.64% 0.53% -
XYZ 13.04 7.79 23.74 -
YUV 79.15 159.52 156.43 -
System Red Green Blue C M Y K H S L
Decimal 119 48 135 0.12 0.64 0 0.47 288.97 0.48 0.36
Hex 77 30 87 C 40 0 2F 121 30 24
Octal 167 60 207 14 100 0 57 441 60 44
Binary 1110111 110000 10000111 1100 1000000 0 101111 100100001 110000 100100

Color Harmonies of #773087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773087

Black with #773087

Text Example


Text Example

White with #773087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773087; }

 p { color: rgb(119,48,135); }

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

background-color css

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

 a { background-color: rgb(119,48,135); }

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

border-color css

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

 span { border-color: rgb(119,48,135); }

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