Html Css Color HEX #77368C Vivid Violet

📋 copy color: '#77368C'

red 119 ◦ green 54 ◦ blue 140

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

Shades of Vivid Violet #77368C

Tints of Vivid Violet #77368C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.25%

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

R = 38.02%
G = 17.25%
B = 44.73%

CMYK

 C value IS 0.15

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#77368C (or 0x77368C) is known color: Vivid Violet. HEX triplet: 77, 36 and 8C. RGB value is (119,54,140). Sum of RGB (Red+Green+Blue) = 119+54+140=313 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.02% from 313); Green value is 54 (21.48% from 255 or 17.25% from 313); Blue value is 140 (55.08% from 255 or 44.73% from 313); Max value from RGB is 140 - color contains mainly: blue. Hex color #77368C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77368C is #88C973. Grayscale: #525252. Windows color (decimal): -8964468 or 9188983. OLE color: 9188983.

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

Color convert

RGB 119 54 140 -
CMYK 0.15 0.61 0 0.45
HSL 285.35º 0.44% 0.38% -
HSV(B) 285.35º 0.61% 0.55% -
XYZ 13.66 8.45 25.72 -
YUV 83.24 160.03 153.51 -
System Red Green Blue C M Y K H S L
Decimal 119 54 140 0.15 0.61 0 0.45 285.35 0.44 0.38
Hex 77 36 8C F 3D 0 2D 11D 2C 26
Octal 167 66 214 17 75 0 55 435 54 46
Binary 1110111 110110 10001100 1111 111101 0 101101 100011101 101100 100110

Color Harmonies of #77368C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77368C

Black with #77368C

Text Example


Text Example

White with #77368C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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