Html Css Color HEX #77328B Vivid Violet

📋 copy color: '#77328B'

red 119 ◦ green 50 ◦ blue 139

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

Shades of Vivid Violet #77328B

Tints of Vivid Violet #77328B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.23%

 BLUE value IS 139 (54.69% from 255) = 45.13%

R = 38.64%
G = 16.23%
B = 45.13%

CMYK

 C value IS 0.14

 M value IS 0.64

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#77328B (or 0x77328B) is known color: Vivid Violet. HEX triplet: 77, 32 and 8B. RGB value is (119,50,139). Sum of RGB (Red+Green+Blue) = 119+50+139=308 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.64% from 308); Green value is 50 (19.92% from 255 or 16.23% from 308); Blue value is 139 (54.69% from 255 or 45.13% from 308); Max value from RGB is 139 - color contains mainly: blue. Hex color #77328B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77328B is #88CD74. Grayscale: #505050. Windows color (decimal): -8965493 or 9122423. OLE color: 9122423.

HSL color Cylindrical-coordinate representation of color #77328B: hue angle of 286.52º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #77328B is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 119 50 139 -
CMYK 0.14 0.64 0 0.45
HSL 286.52º 0.47% 0.37% -
HSV(B) 286.52º 0.64% 0.55% -
XYZ 13.41 8.07 25.28 -
YUV 80.78 160.86 155.26 -
System Red Green Blue C M Y K H S L
Decimal 119 50 139 0.14 0.64 0 0.45 286.52 0.47 0.37
Hex 77 32 8B E 40 0 2D 11F 2F 25
Octal 167 62 213 16 100 0 55 437 57 45
Binary 1110111 110010 10001011 1110 1000000 0 101101 100011111 101111 100101

Color Harmonies of #77328B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77328B

Black with #77328B

Text Example


Text Example

White with #77328B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,50,139); }

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

background-color css

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

 a { background-color: rgb(119,50,139); }

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

border-color css

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

 span { border-color: rgb(119,50,139); }

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