#75239F

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

Shades of Vivid Violet #75239F

Tints of Vivid Violet #75239F

Color information

#75239F (or 0x75239F) is unknown color: approx Vivid Violet. HEX triplet: 75, 23 and 9F. RGB value is (117,35,159). Sum of RGB (Red+Green+Blue) = 117+35+159=311 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.62% from 311); Green value is 35 (14.06% from 255 or 11.25% from 311); Blue value is 159 (62.5% from 255 or 51.13% from 311); Max value from RGB is 159 - color contains mainly: blue. Hex color #75239F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75239F is #8ADC60. Grayscale: #494949. Windows color (decimal): -9100385 or 10429301. OLE color: 10429301.

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

Color convert

RGB11735159-
CMYK0.260.7800.38
HSL279.68º63.92%38.04%-
HSV(B)279.68º77.99%62.35%-
XYZ14.27.4933.5-
YUV73.65176.17158.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.62%
GREEN value IS 35 (14.06% from 255) = 11.25%
BLUE value IS 159 (62.5% from 255) = 51.13%
R=37.62%
G=11.25%
B=51.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal117351590.260.7800.38279.6863.9238.04
Hex75239F1A4E0261184026
Octal165432373211604643010046
Binary11101011000111001111111010100111001001101000110001000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75239F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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