Html Css Color HEX #77398C Vivid Violet

📋 copy color: '#77398C'

red 119 ◦ green 57 ◦ blue 140

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

Shades of Vivid Violet #77398C

Tints of Vivid Violet #77398C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.04%

 BLUE value IS 140 (55.08% from 255) = 44.3%

R = 37.66%
G = 18.04%
B = 44.3%

CMYK

 C value IS 0.15

 M value IS 0.59

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#77398C (or 0x77398C) is known color: Vivid Violet. HEX triplet: 77, 39 and 8C. RGB value is (119,57,140). Sum of RGB (Red+Green+Blue) = 119+57+140=316 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.66% from 316); Green value is 57 (22.66% from 255 or 18.04% from 316); Blue value is 140 (55.08% from 255 or 44.30% from 316); Max value from RGB is 140 - color contains mainly: blue. Hex color #77398C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77398C is #88C673. Grayscale: #545454. Windows color (decimal): -8963700 or 9189751. OLE color: 9189751.

HSL color Cylindrical-coordinate representation of color #77398C: hue angle of 284.82º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #77398C is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 119 57 140 -
CMYK 0.15 0.59 0 0.45
HSL 284.82º 0.42% 0.39% -
HSV(B) 284.82º 0.59% 0.55% -
XYZ 13.8 8.74 25.77 -
YUV 85 159.04 152.25 -
System Red Green Blue C M Y K H S L
Decimal 119 57 140 0.15 0.59 0 0.45 284.82 0.42 0.39
Hex 77 39 8C F 3B 0 2D 11D 2A 27
Octal 167 71 214 17 73 0 55 435 52 47
Binary 1110111 111001 10001100 1111 111011 0 101101 100011101 101010 100111

Color Harmonies of #77398C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77398C

Black with #77398C

Text Example


Text Example

White with #77398C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77398C; }

 p { color: rgb(119,57,140); }

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

background-color css

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

 a { background-color: rgb(119,57,140); }

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

border-color css

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

 span { border-color: rgb(119,57,140); }

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