Html Css Color HEX #772495 Vivid Violet

📋 copy color: '#772495'

red 119 ◦ green 36 ◦ blue 149

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

Shades of Vivid Violet #772495

Tints of Vivid Violet #772495

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.84%

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

R = 39.14%
G = 11.84%
B = 49.01%

CMYK

 C value IS 0.20

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#772495 (or 0x772495) is known color: Vivid Violet. HEX triplet: 77, 24 and 95. RGB value is (119,36,149). Sum of RGB (Red+Green+Blue) = 119+36+149=304 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.14% from 304); Green value is 36 (14.45% from 255 or 11.84% from 304); Blue value is 149 (58.59% from 255 or 49.01% from 304); Max value from RGB is 149 - color contains mainly: blue. Hex color #772495 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772495 is #88DB6A. Grayscale: #494949. Windows color (decimal): -8969067 or 9774199. OLE color: 9774199.

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

Color convert

RGB 119 36 149 -
CMYK 0.20 0.76 0 0.42
HSL 284.07º 0.61% 0.36% -
HSV(B) 284.07º 0.76% 0.58% -
XYZ 13.66 7.35 29.13 -
YUV 73.7 170.5 160.31 -
System Red Green Blue C M Y K H S L
Decimal 119 36 149 0.20 0.76 0 0.42 284.07 0.61 0.36
Hex 77 24 95 14 4C 0 2A 11C 3D 24
Octal 167 44 225 24 114 0 52 434 75 44
Binary 1110111 100100 10010101 10100 1001100 0 101010 100011100 111101 100100

Color Harmonies of #772495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772495

Black with #772495

Text Example


Text Example

White with #772495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772495; }

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

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

background-color css

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

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

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

border-color css

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

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

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