Html Css Color HEX #77288D Vivid Violet

📋 copy color: '#77288D'

red 119 ◦ green 40 ◦ blue 141

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

Shades of Vivid Violet #77288D

Tints of Vivid Violet #77288D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 47%

R = 39.67%
G = 13.33%
B = 47%

CMYK

 C value IS 0.16

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#77288D (or 0x77288D) is known color: Vivid Violet. HEX triplet: 77, 28 and 8D. RGB value is (119,40,141). Sum of RGB (Red+Green+Blue) = 119+40+141=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 40 (16.02% from 255 or 13.33% from 300); Blue value is 141 (55.47% from 255 or 47% from 300); Max value from RGB is 141 - color contains mainly: blue. Hex color #77288D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77288D is #88D772. Grayscale: #4A4A4A. Windows color (decimal): -8968051 or 9250935. OLE color: 9250935.

HSL color Cylindrical-coordinate representation of color #77288D: hue angle of 286.93º 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 #77288D is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 119 40 141 -
CMYK 0.16 0.72 0 0.45
HSL 286.93º 0.56% 0.35% -
HSV(B) 286.93º 0.72% 0.55% -
XYZ 13.17 7.36 25.93 -
YUV 75.14 165.17 159.29 -
System Red Green Blue C M Y K H S L
Decimal 119 40 141 0.16 0.72 0 0.45 286.93 0.56 0.35
Hex 77 28 8D 10 48 0 2D 11F 38 23
Octal 167 50 215 20 110 0 55 437 70 43
Binary 1110111 101000 10001101 10000 1001000 0 101101 100011111 111000 100011

Color Harmonies of #77288D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77288D

Black with #77288D

Text Example


Text Example

White with #77288D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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