#75159F

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

Shades of Vivid Violet #75159F

Tints of Vivid Violet #75159F

Color information

#75159F (or 0x75159F) is unknown color: approx Vivid Violet. HEX triplet: 75, 15 and 9F. RGB value is (117,21,159). Sum of RGB (Red+Green+Blue) = 117+21+159=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 21 (8.59% from 255 or 7.07% from 297); Blue value is 159 (62.5% from 255 or 53.54% from 297); Max value from RGB is 159 - color contains mainly: blue. Hex color #75159F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75159F is #8AEA60. Grayscale: #404040. Windows color (decimal): -9103969 or 10425717. OLE color: 10425717.

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

Color convert

RGB11721159-
CMYK0.260.8700.38
HSL281.74º76.67%35.29%-
HSV(B)281.74º86.79%62.35%-
XYZ13.866.8233.39-
YUV65.44180.8164.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.39%
GREEN value IS 21 (8.59% from 255) = 7.07%
BLUE value IS 159 (62.5% from 255) = 53.54%
R=39.39%
G=7.07%
B=53.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal117211590.260.8700.38281.7476.6735.29
Hex75159F1A5702611a4d23
Octal165252373212704643211543
Binary1110101101011001111111010101011101001101000110101001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75159F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,21,159); }

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

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

 a { background-color: rgb(117,21,159); }

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

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

 span { border-color: rgb(117,21,159); }

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