Html Css Color HEX #77359A Vivid Violet

📋 copy color: '#77359A'

red 119 ◦ green 53 ◦ blue 154

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

Shades of Vivid Violet #77359A

Tints of Vivid Violet #77359A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.26%

 BLUE value IS 154 (60.55% from 255) = 47.24%

R = 36.5%
G = 16.26%
B = 47.24%

CMYK

 C value IS 0.23

 M value IS 0.66

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#77359A (or 0x77359A) is known color: Vivid Violet. HEX triplet: 77, 35 and 9A. RGB value is (119,53,154). Sum of RGB (Red+Green+Blue) = 119+53+154=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 154 (60.55% from 255 or 47.24% from 326); Max value from RGB is 154 - color contains mainly: blue. Hex color #77359A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77359A is #88CA65. Grayscale: #535353. Windows color (decimal): -8964710 or 10106231. OLE color: 10106231.

HSL color Cylindrical-coordinate representation of color #77359A: hue angle of 279.21º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #77359A is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 119 53 154 -
CMYK 0.23 0.66 0 0.40
HSL 279.21º 0.49% 0.41% -
HSV(B) 279.21º 0.66% 0.6% -
XYZ 14.71 8.8 31.5 -
YUV 84.25 167.37 152.79 -
System Red Green Blue C M Y K H S L
Decimal 119 53 154 0.23 0.66 0 0.40 279.21 0.49 0.41
Hex 77 35 9A 17 42 0 28 117 31 29
Octal 167 65 232 27 102 0 50 427 61 51
Binary 1110111 110101 10011010 10111 1000010 0 101000 100010111 110001 101001

Color Harmonies of #77359A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77359A

Black with #77359A

Text Example


Text Example

White with #77359A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77359A; }

 p { color: rgb(119,53,154); }

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

background-color css

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

 a { background-color: rgb(119,53,154); }

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

border-color css

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

 span { border-color: rgb(119,53,154); }

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