#76259F

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

Shades of Vivid Violet #76259F

Tints of Vivid Violet #76259F

Color information

#76259F (or 0x76259F) is unknown color: approx Vivid Violet. HEX triplet: 76, 25 and 9F. RGB value is (118,37,159). Sum of RGB (Red+Green+Blue) = 118+37+159=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 37 (14.84% from 255 or 11.78% from 314); Blue value is 159 (62.5% from 255 or 50.64% from 314); Max value from RGB is 159 - color contains mainly: blue. Hex color #76259F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76259F is #89DA60. Grayscale: #4A4A4A. Windows color (decimal): -9034337 or 10429814. OLE color: 10429814.

HSL color Cylindrical-coordinate representation of color #76259F: hue angle of 279.84º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #76259F is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11837159-
CMYK0.260.7700.38
HSL279.84º62.24%38.43%-
HSV(B)279.84º76.73%62.35%-
XYZ14.397.6833.52-
YUV75.13175.34158.58-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.58%
GREEN value IS 37 (14.84% from 255) = 11.78%
BLUE value IS 159 (62.5% from 255) = 50.64%
R=37.58%
G=11.78%
B=50.64%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal118371590.260.7700.38279.8462.2438.43
Hex76259F1A4D0261183e26
Octal16645237321150464307646
Binary1110110100101100111111101010011010100110100011000111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76259F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76259F; }

 p { color: rgb(118,37,159); }

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

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

 a { background-color: rgb(118,37,159); }

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

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

 span { border-color: rgb(118,37,159); }

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