#771C98

Color #771C98 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #771C98

Tints of Vivid Violet #771C98

Color information

#771C98 (or 0x771C98) is unknown color: approx Vivid Violet. HEX triplet: 77, 1C and 98. RGB value is (119,28,152). Sum of RGB (Red+Green+Blue) = 119+28+152=299 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.80% from 299); Green value is 28 (11.33% from 255 or 9.36% from 299); Blue value is 152 (59.77% from 255 or 50.84% from 299); Max value from RGB is 152 - color contains mainly: blue. Hex color #771C98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #771C98 is #88E367. Grayscale: #444444. Windows color (decimal): -8971112 or 9968759. OLE color: 9968759.

HSL color Cylindrical-coordinate representation of color #771C98: hue angle of 284.03º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #771C98 is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11928152-
CMYK0.220.8200.40
HSL284.03º68.89%35.29%-
HSV(B)284.03º81.58%59.61%-
XYZ13.697.0230.34-
YUV69.34174.65163.42-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.80%
GREEN value IS 28 (11.33% from 255) = 9.36%
BLUE value IS 152 (59.77% from 255) = 50.84%
R=39.80%
G=9.36%
B=50.84%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal119281520.220.8200.40284.0368.8935.29
Hex771C98165202811c4523
Octal167342302612205043410543
Binary1110111111001001100010110101001001010001000111001000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771C98; }

 p { color: rgb(119,28,152); }

 H1.HeaderClassName
 {
   color: #771C98;
 }
 .AnyTagClassName
 {
   color: #771C98;
 }
</style>
background-color css

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

 a { background-color: rgb(119,28,152); }

 div.DivClassName
 {
   background-color: #771C98;
 }
 .BgClassName
 {
   background-color: #771C98;
 }
</style>
border-color css

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

 span { border-color: rgb(119,28,152); }

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