Html Css Color HEX #77279E Vivid Violet

📋 copy color: '#77279E'

red 119 ◦ green 39 ◦ blue 158

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

Shades of Vivid Violet #77279E

Tints of Vivid Violet #77279E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.34%

 BLUE value IS 158 (62.11% from 255) = 50%

R = 37.66%
G = 12.34%
B = 50%

CMYK

 C value IS 0.25

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#77279E (or 0x77279E) is known color: Vivid Violet. HEX triplet: 77, 27 and 9E. RGB value is (119,39,158). Sum of RGB (Red+Green+Blue) = 119+39+158=316 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.66% from 316); Green value is 39 (15.62% from 255 or 12.34% from 316); Blue value is 158 (62.11% from 255 or 50% from 316); Max value from RGB is 158 - color contains mainly: blue. Hex color #77279E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77279E is #88D861. Grayscale: #4C4C4C. Windows color (decimal): -8968290 or 10364791. OLE color: 10364791.

HSL color Cylindrical-coordinate representation of color #77279E: hue angle of 280.34º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #77279E is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 39 158 -
CMYK 0.25 0.75 0 0.38
HSL 280.34º 0.6% 0.39% -
HSV(B) 280.34º 0.75% 0.62% -
XYZ 14.5 7.84 33.1 -
YUV 76.49 174 158.32 -
System Red Green Blue C M Y K H S L
Decimal 119 39 158 0.25 0.75 0 0.38 280.34 0.6 0.39
Hex 77 27 9E 19 4B 0 26 118 3C 27
Octal 167 47 236 31 113 0 46 430 74 47
Binary 1110111 100111 10011110 11001 1001011 0 100110 100011000 111100 100111

Color Harmonies of #77279E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77279E

Black with #77279E

Text Example


Text Example

White with #77279E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77279E; }

 p { color: rgb(119,39,158); }

 H1.HeaderClassName
 {
   color: #77279E;
 }
 .AnyTagClassName
 {
   color: #77279E;
 }
</style>

background-color css

<style>
 a { background-color: #77279E; }

 a { background-color: rgb(119,39,158); }

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

border-color css

<style>
 span { border-color: #77279E; }

 span { border-color: rgb(119,39,158); }

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