Html Css Color HEX #77278B Vivid Violet

📋 copy color: '#77278B'

red 119 ◦ green 39 ◦ blue 139

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

Shades of Vivid Violet #77278B

Tints of Vivid Violet #77278B

RGB

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

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

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

R = 40.07%
G = 13.13%
B = 46.8%

CMYK

 C value IS 0.14

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#77278B (or 0x77278B) is known color: Vivid Violet. HEX triplet: 77, 27 and 8B. RGB value is (119,39,139). Sum of RGB (Red+Green+Blue) = 119+39+139=297 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.07% from 297); Green value is 39 (15.62% from 255 or 13.13% from 297); Blue value is 139 (54.69% from 255 or 46.80% from 297); Max value from RGB is 139 - color contains mainly: blue. Hex color #77278B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77278B is #88D874. Grayscale: #4A4A4A. Windows color (decimal): -8968309 or 9119607. OLE color: 9119607.

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

Color convert

RGB 119 39 139 -
CMYK 0.14 0.72 0 0.45
HSL 288º 0.56% 0.35% -
HSV(B) 288º 0.72% 0.55% -
XYZ 12.99 7.24 25.14 -
YUV 74.32 164.5 159.87 -
System Red Green Blue C M Y K H S L
Decimal 119 39 139 0.14 0.72 0 0.45 288 0.56 0.35
Hex 77 27 8B E 48 0 2D 120 38 23
Octal 167 47 213 16 110 0 55 440 70 43
Binary 1110111 100111 10001011 1110 1001000 0 101101 100100000 111000 100011

Color Harmonies of #77278B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77278B

Black with #77278B

Text Example


Text Example

White with #77278B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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