Html Css Color HEX #77348C Vivid Violet

📋 copy color: '#77348C'

red 119 ◦ green 52 ◦ blue 140

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

Shades of Vivid Violet #77348C

Tints of Vivid Violet #77348C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.72%

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

R = 38.26%
G = 16.72%
B = 45.02%

CMYK

 C value IS 0.15

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#77348C (or 0x77348C) is known color: Vivid Violet. HEX triplet: 77, 34 and 8C. RGB value is (119,52,140). Sum of RGB (Red+Green+Blue) = 119+52+140=311 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.26% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 140 (55.08% from 255 or 45.02% from 311); Max value from RGB is 140 - color contains mainly: blue. Hex color #77348C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77348C is #88CB73. Grayscale: #515151. Windows color (decimal): -8964980 or 9188471. OLE color: 9188471.

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

Color convert

RGB 119 52 140 -
CMYK 0.15 0.63 0 0.45
HSL 285.68º 0.46% 0.38% -
HSV(B) 285.68º 0.63% 0.55% -
XYZ 13.57 8.27 25.69 -
YUV 82.07 160.7 154.34 -
System Red Green Blue C M Y K H S L
Decimal 119 52 140 0.15 0.63 0 0.45 285.68 0.46 0.38
Hex 77 34 8C F 3F 0 2D 11E 2E 26
Octal 167 64 214 17 77 0 55 436 56 46
Binary 1110111 110100 10001100 1111 111111 0 101101 100011110 101110 100110

Color Harmonies of #77348C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77348C

Black with #77348C

Text Example


Text Example

White with #77348C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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