Html Css Color HEX #77298F Vivid Violet

📋 copy color: '#77298F'

red 119 ◦ green 41 ◦ blue 143

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

Shades of Vivid Violet #77298F

Tints of Vivid Violet #77298F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.53%

 BLUE value IS 143 (56.25% from 255) = 47.19%

R = 39.27%
G = 13.53%
B = 47.19%

CMYK

 C value IS 0.17

 M value IS 0.71

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#77298F (or 0x77298F) is known color: Vivid Violet. HEX triplet: 77, 29 and 8F. RGB value is (119,41,143). Sum of RGB (Red+Green+Blue) = 119+41+143=303 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.27% from 303); Green value is 41 (16.41% from 255 or 13.53% from 303); Blue value is 143 (56.25% from 255 or 47.19% from 303); Max value from RGB is 143 - color contains mainly: blue. Hex color #77298F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77298F is #88D670. Grayscale: #4B4B4B. Windows color (decimal): -8967793 or 9382263. OLE color: 9382263.

HSL color Cylindrical-coordinate representation of color #77298F: hue angle of 285.88º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #77298F is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 119 41 143 -
CMYK 0.17 0.71 0 0.44
HSL 285.88º 0.55% 0.36% -
HSV(B) 285.88º 0.71% 0.56% -
XYZ 13.36 7.49 26.73 -
YUV 75.95 165.84 158.71 -
System Red Green Blue C M Y K H S L
Decimal 119 41 143 0.17 0.71 0 0.44 285.88 0.55 0.36
Hex 77 29 8F 11 47 0 2C 11E 37 24
Octal 167 51 217 21 107 0 54 436 67 44
Binary 1110111 101001 10001111 10001 1000111 0 101100 100011110 110111 100100

Color Harmonies of #77298F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77298F

Black with #77298F

Text Example


Text Example

White with #77298F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77298F; }

 p { color: rgb(119,41,143); }

 H1.HeaderClassName
 {
   color: #77298F;
 }
 .AnyTagClassName
 {
   color: #77298F;
 }
</style>

background-color css

<style>
 a { background-color: #77298F; }

 a { background-color: rgb(119,41,143); }

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

border-color css

<style>
 span { border-color: #77298F; }

 span { border-color: rgb(119,41,143); }

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