Html Css Color HEX #77418D Vivid Violet

📋 copy color: '#77418D'

red 119 ◦ green 65 ◦ blue 141

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

Shades of Vivid Violet #77418D

Tints of Vivid Violet #77418D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20%

 BLUE value IS 141 (55.47% from 255) = 43.38%

R = 36.62%
G = 20%
B = 43.38%

CMYK

 C value IS 0.16

 M value IS 0.54

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#77418D (or 0x77418D) is known color: Vivid Violet. HEX triplet: 77, 41 and 8D. RGB value is (119,65,141). Sum of RGB (Red+Green+Blue) = 119+65+141=325 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.62% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 141 (55.47% from 255 or 43.38% from 325); Max value from RGB is 141 - color contains mainly: blue. Hex color #77418D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77418D is #88BE72. Grayscale: #595959. Windows color (decimal): -8961651 or 9257335. OLE color: 9257335.

HSL color Cylindrical-coordinate representation of color #77418D: hue angle of 282.63º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #77418D is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 119 65 141 -
CMYK 0.16 0.54 0 0.45
HSL 282.63º 0.37% 0.4% -
HSV(B) 282.63º 0.54% 0.55% -
XYZ 14.31 9.63 26.3 -
YUV 89.81 156.89 148.82 -
System Red Green Blue C M Y K H S L
Decimal 119 65 141 0.16 0.54 0 0.45 282.63 0.37 0.4
Hex 77 41 8D 10 36 0 2D 11B 25 28
Octal 167 101 215 20 66 0 55 433 45 50
Binary 1110111 1000001 10001101 10000 110110 0 101101 100011011 100101 101000

Color Harmonies of #77418D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77418D

Black with #77418D

Text Example


Text Example

White with #77418D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77418D; }

 p { color: rgb(119,65,141); }

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

background-color css

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

 a { background-color: rgb(119,65,141); }

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

border-color css

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

 span { border-color: rgb(119,65,141); }

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