Html Css Color HEX #772782 Vivid Violet

📋 copy color: '#772782'

red 119 ◦ green 39 ◦ blue 130

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

Shades of Vivid Violet #772782

Tints of Vivid Violet #772782

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.54%

 BLUE value IS 130 (51.17% from 255) = 45.14%

R = 41.32%
G = 13.54%
B = 45.14%

CMYK

 C value IS 0.08

 M value IS 0.70

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#772782 (or 0x772782) is known color: Vivid Violet. HEX triplet: 77, 27 and 82. RGB value is (119,39,130). Sum of RGB (Red+Green+Blue) = 119+39+130=288 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.32% from 288); Green value is 39 (15.62% from 255 or 13.54% from 288); Blue value is 130 (51.17% from 255 or 45.14% from 288); Max value from RGB is 130 - color contains mainly: blue. Hex color #772782 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772782 is #88D87D. Grayscale: #494949. Windows color (decimal): -8968318 or 8529783. OLE color: 8529783.

HSL color Cylindrical-coordinate representation of color #772782: hue angle of 292.75º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #772782 is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 119 39 130 -
CMYK 0.08 0.70 0 0.49
HSL 292.75º 0.54% 0.33% -
HSV(B) 292.75º 0.7% 0.51% -
XYZ 12.36 6.98 21.82 -
YUV 73.29 160 160.6 -
System Red Green Blue C M Y K H S L
Decimal 119 39 130 0.08 0.70 0 0.49 292.75 0.54 0.33
Hex 77 27 82 8 46 0 31 125 36 21
Octal 167 47 202 10 106 0 61 445 66 41
Binary 1110111 100111 10000010 1000 1000110 0 110001 100100101 110110 100001

Color Harmonies of #772782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772782

Black with #772782

Text Example


Text Example

White with #772782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772782; }

 p { color: rgb(119,39,130); }

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

background-color css

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

 a { background-color: rgb(119,39,130); }

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

border-color css

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

 span { border-color: rgb(119,39,130); }

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