Html Css Color HEX #773C88 Vivid Violet

📋 copy color: '#773C88'

red 119 ◦ green 60 ◦ blue 136

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

Shades of Vivid Violet #773C88

Tints of Vivid Violet #773C88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 43.17%

R = 37.78%
G = 19.05%
B = 43.17%

CMYK

 C value IS 0.12

 M value IS 0.56

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#773C88 (or 0x773C88) is known color: Vivid Violet. HEX triplet: 77, 3C and 88. RGB value is (119,60,136). Sum of RGB (Red+Green+Blue) = 119+60+136=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 136 (53.52% from 255 or 43.17% from 315); Max value from RGB is 136 - color contains mainly: blue. Hex color #773C88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773C88 is #88C377. Grayscale: #565656. Windows color (decimal): -8962936 or 8928375. OLE color: 8928375.

HSL color Cylindrical-coordinate representation of color #773C88: hue angle of 286.58º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #773C88 is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 119 60 136 -
CMYK 0.12 0.56 0 0.47
HSL 286.58º 0.39% 0.38% -
HSV(B) 286.58º 0.56% 0.53% -
XYZ 13.67 8.93 24.3 -
YUV 86.31 156.05 151.32 -
System Red Green Blue C M Y K H S L
Decimal 119 60 136 0.12 0.56 0 0.47 286.58 0.39 0.38
Hex 77 3C 88 C 38 0 2F 11F 27 26
Octal 167 74 210 14 70 0 57 437 47 46
Binary 1110111 111100 10001000 1100 111000 0 101111 100011111 100111 100110

Color Harmonies of #773C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773C88

Black with #773C88

Text Example


Text Example

White with #773C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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