Html Css Color HEX #772888 Vivid Violet

📋 copy color: '#772888'

red 119 ◦ green 40 ◦ blue 136

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

Shades of Vivid Violet #772888

Tints of Vivid Violet #772888

RGB

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

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

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

R = 40.34%
G = 13.56%
B = 46.1%

CMYK

 C value IS 0.12

 M value IS 0.71

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#772888 (or 0x772888) is known color: Vivid Violet. HEX triplet: 77, 28 and 88. RGB value is (119,40,136). Sum of RGB (Red+Green+Blue) = 119+40+136=295 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.34% from 295); Green value is 40 (16.02% from 255 or 13.56% from 295); Blue value is 136 (53.52% from 255 or 46.10% from 295); Max value from RGB is 136 - color contains mainly: blue. Hex color #772888 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772888 is #88D777. Grayscale: #4A4A4A. Windows color (decimal): -8968056 or 8923255. OLE color: 8923255.

HSL color Cylindrical-coordinate representation of color #772888: hue angle of 289.38º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #772888 is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 119 40 136 -
CMYK 0.12 0.71 0 0.47
HSL 289.38º 0.55% 0.35% -
HSV(B) 289.38º 0.71% 0.53% -
XYZ 12.81 7.22 24.01 -
YUV 74.57 162.67 159.69 -
System Red Green Blue C M Y K H S L
Decimal 119 40 136 0.12 0.71 0 0.47 289.38 0.55 0.35
Hex 77 28 88 C 47 0 2F 121 37 23
Octal 167 50 210 14 107 0 57 441 67 43
Binary 1110111 101000 10001000 1100 1000111 0 101111 100100001 110111 100011

Color Harmonies of #772888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772888

Black with #772888

Text Example


Text Example

White with #772888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772888; }

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

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

background-color css

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

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

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

border-color css

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

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

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