Html Css Color HEX #772784 Vivid Violet

📋 copy color: '#772784'

red 119 ◦ green 39 ◦ blue 132

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

Shades of Vivid Violet #772784

Tints of Vivid Violet #772784

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.45%

 BLUE value IS 132 (51.95% from 255) = 45.52%

R = 41.03%
G = 13.45%
B = 45.52%

CMYK

 C value IS 0.10

 M value IS 0.70

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#772784 (or 0x772784) is known color: Vivid Violet. HEX triplet: 77, 27 and 84. RGB value is (119,39,132). Sum of RGB (Red+Green+Blue) = 119+39+132=290 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.03% from 290); Green value is 39 (15.62% from 255 or 13.45% from 290); Blue value is 132 (51.95% from 255 or 45.52% from 290); Max value from RGB is 132 - color contains mainly: blue. Hex color #772784 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772784 is #88D87B. Grayscale: #494949. Windows color (decimal): -8968316 or 8660855. OLE color: 8660855.

HSL color Cylindrical-coordinate representation of color #772784: hue angle of 291.61º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #772784 is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 119 39 132 -
CMYK 0.10 0.70 0 0.48
HSL 291.61º 0.54% 0.34% -
HSV(B) 291.61º 0.7% 0.52% -
XYZ 12.5 7.04 22.53 -
YUV 73.52 161 160.44 -
System Red Green Blue C M Y K H S L
Decimal 119 39 132 0.10 0.70 0 0.48 291.61 0.54 0.34
Hex 77 27 84 A 46 0 30 124 36 22
Octal 167 47 204 12 106 0 60 444 66 42
Binary 1110111 100111 10000100 1010 1000110 0 110000 100100100 110110 100010

Color Harmonies of #772784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772784

Black with #772784

Text Example


Text Example

White with #772784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772784; }

 p { color: rgb(119,39,132); }

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

background-color css

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

 a { background-color: rgb(119,39,132); }

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

border-color css

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

 span { border-color: rgb(119,39,132); }

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