#761898

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

Shades of Vivid Violet #761898

Tints of Vivid Violet #761898

Color information

#761898 (or 0x761898) is unknown color: approx Vivid Violet. HEX triplet: 76, 18 and 98. RGB value is (118,24,152). Sum of RGB (Red+Green+Blue) = 118+24+152=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 24 (9.77% from 255 or 8.16% from 294); Blue value is 152 (59.77% from 255 or 51.70% from 294); Max value from RGB is 152 - color contains mainly: blue. Hex color #761898 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761898 is #89E767. Grayscale: #424242. Windows color (decimal): -9037672 or 9967734. OLE color: 9967734.

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

Color convert

RGB11824152-
CMYK0.220.8400.40
HSL284.06º72.73%34.51%-
HSV(B)284.06º84.21%59.61%-
XYZ13.476.7730.3-
YUV66.7176.14164.59-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.14%
GREEN value IS 24 (9.77% from 255) = 8.16%
BLUE value IS 152 (59.77% from 255) = 51.70%
R=40.14%
G=8.16%
B=51.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal118241520.220.8400.40284.0672.7334.51
Hex761898165402811c4923
Octal166302302612405043411143
Binary1110110110001001100010110101010001010001000111001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761898; }

 p { color: rgb(118,24,152); }

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

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

 a { background-color: rgb(118,24,152); }

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

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

 span { border-color: rgb(118,24,152); }

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