Html Css Color HEX #772E8F Vivid Violet

📋 copy color: '#772E8F'

red 119 ◦ green 46 ◦ blue 143

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

Shades of Vivid Violet #772E8F

Tints of Vivid Violet #772E8F

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.94%

 BLUE value IS 143 (56.25% from 255) = 46.43%

R = 38.64%
G = 14.94%
B = 46.43%

CMYK

 C value IS 0.17

 M value IS 0.68

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#772E8F (or 0x772E8F) is known color: Vivid Violet. HEX triplet: 77, 2E and 8F. RGB value is (119,46,143). Sum of RGB (Red+Green+Blue) = 119+46+143=308 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.64% from 308); Green value is 46 (18.36% from 255 or 14.94% from 308); Blue value is 143 (56.25% from 255 or 46.43% from 308); Max value from RGB is 143 - color contains mainly: blue. Hex color #772E8F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772E8F is #88D170. Grayscale: #4E4E4E. Windows color (decimal): -8966513 or 9383543. OLE color: 9383543.

HSL color Cylindrical-coordinate representation of color #772E8F: hue angle of 285.15º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #772E8F is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 119 46 143 -
CMYK 0.17 0.68 0 0.44
HSL 285.15º 0.51% 0.37% -
HSV(B) 285.15º 0.68% 0.56% -
XYZ 13.54 7.86 26.79 -
YUV 78.89 164.18 156.61 -
System Red Green Blue C M Y K H S L
Decimal 119 46 143 0.17 0.68 0 0.44 285.15 0.51 0.37
Hex 77 2E 8F 11 44 0 2C 11D 33 25
Octal 167 56 217 21 104 0 54 435 63 45
Binary 1110111 101110 10001111 10001 1000100 0 101100 100011101 110011 100101

Color Harmonies of #772E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772E8F

Black with #772E8F

Text Example


Text Example

White with #772E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772E8F; }

 p { color: rgb(119,46,143); }

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

background-color css

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

 a { background-color: rgb(119,46,143); }

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

border-color css

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

 span { border-color: rgb(119,46,143); }

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