Html Css Color HEX #772D8A Vivid Violet

📋 copy color: '#772D8A'

red 119 ◦ green 45 ◦ blue 138

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

Shades of Vivid Violet #772D8A

Tints of Vivid Violet #772D8A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.9%

 BLUE value IS 138 (54.3% from 255) = 45.7%

R = 39.4%
G = 14.9%
B = 45.7%

CMYK

 C value IS 0.14

 M value IS 0.67

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#772D8A (or 0x772D8A) is known color: Vivid Violet. HEX triplet: 77, 2D and 8A. RGB value is (119,45,138). Sum of RGB (Red+Green+Blue) = 119+45+138=302 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.40% from 302); Green value is 45 (17.97% from 255 or 14.90% from 302); Blue value is 138 (54.30% from 255 or 45.70% from 302); Max value from RGB is 138 - color contains mainly: blue. Hex color #772D8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772D8A is #88D275. Grayscale: #4D4D4D. Windows color (decimal): -8966774 or 9055607. OLE color: 9055607.

HSL color Cylindrical-coordinate representation of color #772D8A: hue angle of 287.74º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #772D8A is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 119 45 138 -
CMYK 0.14 0.67 0 0.46
HSL 287.74º 0.51% 0.36% -
HSV(B) 287.74º 0.67% 0.54% -
XYZ 13.13 7.63 24.83 -
YUV 77.73 162.02 157.44 -
System Red Green Blue C M Y K H S L
Decimal 119 45 138 0.14 0.67 0 0.46 287.74 0.51 0.36
Hex 77 2D 8A E 43 0 2E 120 33 24
Octal 167 55 212 16 103 0 56 440 63 44
Binary 1110111 101101 10001010 1110 1000011 0 101110 100100000 110011 100100

Color Harmonies of #772D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772D8A

Black with #772D8A

Text Example


Text Example

White with #772D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,45,138); }

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

background-color css

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

 a { background-color: rgb(119,45,138); }

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

border-color css

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

 span { border-color: rgb(119,45,138); }

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