Html Css Color HEX #77288A Vivid Violet

📋 copy color: '#77288A'

red 119 ◦ green 40 ◦ blue 138

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

Shades of Vivid Violet #77288A

Tints of Vivid Violet #77288A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.47%

 BLUE value IS 138 (54.3% from 255) = 46.46%

R = 40.07%
G = 13.47%
B = 46.46%

CMYK

 C value IS 0.14

 M value IS 0.71

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#77288A (or 0x77288A) is known color: Vivid Violet. HEX triplet: 77, 28 and 8A. RGB value is (119,40,138). Sum of RGB (Red+Green+Blue) = 119+40+138=297 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.07% from 297); Green value is 40 (16.02% from 255 or 13.47% from 297); Blue value is 138 (54.30% from 255 or 46.46% from 297); Max value from RGB is 138 - color contains mainly: blue. Hex color #77288A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77288A is #88D775. Grayscale: #4A4A4A. Windows color (decimal): -8968054 or 9054327. OLE color: 9054327.

HSL color Cylindrical-coordinate representation of color #77288A: hue angle of 288.37º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #77288A is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 119 40 138 -
CMYK 0.14 0.71 0 0.46
HSL 288.37º 0.55% 0.35% -
HSV(B) 288.37º 0.71% 0.54% -
XYZ 12.95 7.27 24.77 -
YUV 74.79 163.67 159.53 -
System Red Green Blue C M Y K H S L
Decimal 119 40 138 0.14 0.71 0 0.46 288.37 0.55 0.35
Hex 77 28 8A E 47 0 2E 120 37 23
Octal 167 50 212 16 107 0 56 440 67 43
Binary 1110111 101000 10001010 1110 1000111 0 101110 100100000 110111 100011

Color Harmonies of #77288A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77288A

Black with #77288A

Text Example


Text Example

White with #77288A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77288A; }

 p { color: rgb(119,40,138); }

 H1.HeaderClassName
 {
   color: #77288A;
 }
 .AnyTagClassName
 {
   color: #77288A;
 }
</style>

background-color css

<style>
 a { background-color: #77288A; }

 a { background-color: rgb(119,40,138); }

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

border-color css

<style>
 span { border-color: #77288A; }

 span { border-color: rgb(119,40,138); }

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