Html Css Color HEX #77279D Vivid Violet

📋 copy color: '#77279D'

red 119 ◦ green 39 ◦ blue 157

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

Shades of Vivid Violet #77279D

Tints of Vivid Violet #77279D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 49.84%

R = 37.78%
G = 12.38%
B = 49.84%

CMYK

 C value IS 0.24

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#77279D (or 0x77279D) is known color: Vivid Violet. HEX triplet: 77, 27 and 9D. RGB value is (119,39,157). Sum of RGB (Red+Green+Blue) = 119+39+157=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 39 (15.62% from 255 or 12.38% from 315); Blue value is 157 (61.72% from 255 or 49.84% from 315); Max value from RGB is 157 - color contains mainly: blue. Hex color #77279D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77279D is #88D862. Grayscale: #4B4B4B. Windows color (decimal): -8968291 or 10299255. OLE color: 10299255.

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

Color convert

RGB 119 39 157 -
CMYK 0.24 0.75 0 0.38
HSL 280.68º 0.6% 0.38% -
HSV(B) 280.68º 0.75% 0.62% -
XYZ 14.42 7.81 32.65 -
YUV 76.37 173.5 158.41 -
System Red Green Blue C M Y K H S L
Decimal 119 39 157 0.24 0.75 0 0.38 280.68 0.6 0.38
Hex 77 27 9D 18 4B 0 26 119 3C 26
Octal 167 47 235 30 113 0 46 431 74 46
Binary 1110111 100111 10011101 11000 1001011 0 100110 100011001 111100 100110

Color Harmonies of #77279D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77279D

Black with #77279D

Text Example


Text Example

White with #77279D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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