Html Css Color HEX #77359B Vivid Violet

📋 copy color: '#77359B'

red 119 ◦ green 53 ◦ blue 155

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

Shades of Vivid Violet #77359B

Tints of Vivid Violet #77359B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 47.4%

R = 36.39%
G = 16.21%
B = 47.4%

CMYK

 C value IS 0.23

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#77359B (or 0x77359B) is known color: Vivid Violet. HEX triplet: 77, 35 and 9B. RGB value is (119,53,155). Sum of RGB (Red+Green+Blue) = 119+53+155=327 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.39% from 327); Green value is 53 (21.09% from 255 or 16.21% from 327); Blue value is 155 (60.94% from 255 or 47.40% from 327); Max value from RGB is 155 - color contains mainly: blue. Hex color #77359B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77359B is #88CA64. Grayscale: #545454. Windows color (decimal): -8964709 or 10171767. OLE color: 10171767.

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

Color convert

RGB 119 53 155 -
CMYK 0.23 0.66 0 0.39
HSL 278.82º 0.49% 0.41% -
HSV(B) 278.82º 0.66% 0.61% -
XYZ 14.8 8.83 31.94 -
YUV 84.36 167.87 152.71 -
System Red Green Blue C M Y K H S L
Decimal 119 53 155 0.23 0.66 0 0.39 278.82 0.49 0.41
Hex 77 35 9B 17 42 0 27 117 31 29
Octal 167 65 233 27 102 0 47 427 61 51
Binary 1110111 110101 10011011 10111 1000010 0 100111 100010111 110001 101001

Color Harmonies of #77359B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77359B

Black with #77359B

Text Example


Text Example

White with #77359B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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