Html Css Color HEX #773287 Vivid Violet

📋 copy color: '#773287'

red 119 ◦ green 50 ◦ blue 135

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

Shades of Vivid Violet #773287

Tints of Vivid Violet #773287

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.45%

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

R = 39.14%
G = 16.45%
B = 44.41%

CMYK

 C value IS 0.12

 M value IS 0.63

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#773287 (or 0x773287) is known color: Vivid Violet. HEX triplet: 77, 32 and 87. RGB value is (119,50,135). Sum of RGB (Red+Green+Blue) = 119+50+135=304 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.14% from 304); Green value is 50 (19.92% from 255 or 16.45% from 304); Blue value is 135 (53.12% from 255 or 44.41% from 304); Max value from RGB is 135 - color contains mainly: blue. Hex color #773287 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773287 is #88CD78. Grayscale: #505050. Windows color (decimal): -8965497 or 8860279. OLE color: 8860279.

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

Color convert

RGB 119 50 135 -
CMYK 0.12 0.63 0 0.47
HSL 288.71º 0.46% 0.36% -
HSV(B) 288.71º 0.63% 0.53% -
XYZ 13.12 7.95 23.77 -
YUV 80.32 158.86 155.59 -
System Red Green Blue C M Y K H S L
Decimal 119 50 135 0.12 0.63 0 0.47 288.71 0.46 0.36
Hex 77 32 87 C 3F 0 2F 121 2E 24
Octal 167 62 207 14 77 0 57 441 56 44
Binary 1110111 110010 10000111 1100 111111 0 101111 100100001 101110 100100

Color Harmonies of #773287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773287

Black with #773287

Text Example


Text Example

White with #773287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773287; }

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

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

background-color css

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

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

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

border-color css

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

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

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