Html Css Color HEX #773C8E Vivid Violet

📋 copy color: '#773C8E'

red 119 ◦ green 60 ◦ blue 142

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

Shades of Vivid Violet #773C8E

Tints of Vivid Violet #773C8E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.69%

 BLUE value IS 142 (55.86% from 255) = 44.24%

R = 37.07%
G = 18.69%
B = 44.24%

CMYK

 C value IS 0.16

 M value IS 0.58

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#773C8E (or 0x773C8E) is known color: Vivid Violet. HEX triplet: 77, 3C and 8E. RGB value is (119,60,142). Sum of RGB (Red+Green+Blue) = 119+60+142=321 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.07% from 321); Green value is 60 (23.83% from 255 or 18.69% from 321); Blue value is 142 (55.86% from 255 or 44.24% from 321); Max value from RGB is 142 - color contains mainly: blue. Hex color #773C8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773C8E is #88C371. Grayscale: #565656. Windows color (decimal): -8962930 or 9321591. OLE color: 9321591.

HSL color Cylindrical-coordinate representation of color #773C8E: hue angle of 283.17º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #773C8E is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 119 60 142 -
CMYK 0.16 0.58 0 0.44
HSL 283.17º 0.41% 0.4% -
HSV(B) 283.17º 0.58% 0.56% -
XYZ 14.11 9.11 26.61 -
YUV 86.99 159.05 150.83 -
System Red Green Blue C M Y K H S L
Decimal 119 60 142 0.16 0.58 0 0.44 283.17 0.41 0.4
Hex 77 3C 8E 10 3A 0 2C 11B 29 28
Octal 167 74 216 20 72 0 54 433 51 50
Binary 1110111 111100 10001110 10000 111010 0 101100 100011011 101001 101000

Color Harmonies of #773C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773C8E

Black with #773C8E

Text Example


Text Example

White with #773C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773C8E; }

 p { color: rgb(119,60,142); }

 H1.HeaderClassName
 {
   color: #773C8E;
 }
 .AnyTagClassName
 {
   color: #773C8E;
 }
</style>

background-color css

<style>
 a { background-color: #773C8E; }

 a { background-color: rgb(119,60,142); }

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

border-color css

<style>
 span { border-color: #773C8E; }

 span { border-color: rgb(119,60,142); }

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