Html Css Color HEX #77358F Vivid Violet

📋 copy color: '#77358F'

red 119 ◦ green 53 ◦ blue 143

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

Shades of Vivid Violet #77358F

Tints of Vivid Violet #77358F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.83%

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

R = 37.78%
G = 16.83%
B = 45.4%

CMYK

 C value IS 0.17

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#77358F (or 0x77358F) is known color: Vivid Violet. HEX triplet: 77, 35 and 8F. RGB value is (119,53,143). Sum of RGB (Red+Green+Blue) = 119+53+143=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 53 (21.09% from 255 or 16.83% from 315); Blue value is 143 (56.25% from 255 or 45.40% from 315); Max value from RGB is 143 - color contains mainly: blue. Hex color #77358F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77358F is #88CA70. Grayscale: #525252. Windows color (decimal): -8964721 or 9385335. OLE color: 9385335.

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

Color convert

RGB 119 53 143 -
CMYK 0.17 0.63 0 0.44
HSL 284º 0.46% 0.38% -
HSV(B) 284º 0.63% 0.56% -
XYZ 13.84 8.45 26.89 -
YUV 82.99 161.87 153.68 -
System Red Green Blue C M Y K H S L
Decimal 119 53 143 0.17 0.63 0 0.44 284 0.46 0.38
Hex 77 35 8F 11 3F 0 2C 11C 2E 26
Octal 167 65 217 21 77 0 54 434 56 46
Binary 1110111 110101 10001111 10001 111111 0 101100 100011100 101110 100110

Color Harmonies of #77358F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77358F

Black with #77358F

Text Example


Text Example

White with #77358F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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