Html Css Color HEX #772895 Vivid Violet

📋 copy color: '#772895'

red 119 ◦ green 40 ◦ blue 149

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

Shades of Vivid Violet #772895

Tints of Vivid Violet #772895

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.99%

 BLUE value IS 149 (58.59% from 255) = 48.38%

R = 38.64%
G = 12.99%
B = 48.38%

CMYK

 C value IS 0.20

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#772895 (or 0x772895) is known color: Vivid Violet. HEX triplet: 77, 28 and 95. RGB value is (119,40,149). Sum of RGB (Red+Green+Blue) = 119+40+149=308 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.64% from 308); Green value is 40 (16.02% from 255 or 12.99% from 308); Blue value is 149 (58.59% from 255 or 48.38% from 308); Max value from RGB is 149 - color contains mainly: blue. Hex color #772895 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772895 is #88D76A. Grayscale: #4B4B4B. Windows color (decimal): -8968043 or 9775223. OLE color: 9775223.

HSL color Cylindrical-coordinate representation of color #772895: hue angle of 283.49º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #772895 is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 40 149 -
CMYK 0.20 0.73 0 0.42
HSL 283.49º 0.58% 0.37% -
HSV(B) 283.49º 0.73% 0.58% -
XYZ 13.79 7.61 29.18 -
YUV 76.05 169.17 158.64 -
System Red Green Blue C M Y K H S L
Decimal 119 40 149 0.20 0.73 0 0.42 283.49 0.58 0.37
Hex 77 28 95 14 49 0 2A 11B 3A 25
Octal 167 50 225 24 111 0 52 433 72 45
Binary 1110111 101000 10010101 10100 1001001 0 101010 100011011 111010 100101

Color Harmonies of #772895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772895

Black with #772895

Text Example


Text Example

White with #772895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772895; }

 p { color: rgb(119,40,149); }

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

background-color css

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

 a { background-color: rgb(119,40,149); }

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

border-color css

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

 span { border-color: rgb(119,40,149); }

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