#75358E

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

Shades of Vivid Violet #75358E

Tints of Vivid Violet #75358E

Color information

#75358E (or 0x75358E) is unknown color: approx Vivid Violet. HEX triplet: 75, 35 and 8E. RGB value is (117,53,142). Sum of RGB (Red+Green+Blue) = 117+53+142=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 53 (21.09% from 255 or 16.99% from 312); Blue value is 142 (55.86% from 255 or 45.51% from 312); Max value from RGB is 142 - color contains mainly: blue. Hex color #75358E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75358E is #8ACA71. Grayscale: #515151. Windows color (decimal): -9095794 or 9319797. OLE color: 9319797.

HSL color Cylindrical-coordinate representation of color #75358E: hue angle of 283.15º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #75358E is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11753142-
CMYK0.180.6300.44
HSL283.15º45.64%38.24%-
HSV(B)283.15º62.68%55.69%-
XYZ13.498.2826.48-
YUV82.28161.7152.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.5%
GREEN value IS 53 (21.09% from 255) = 16.99%
BLUE value IS 142 (55.86% from 255) = 45.51%
R=37.5%
G=16.99%
B=45.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal117531420.180.6300.44283.1545.6438.24
Hex75358E123F02C11b2e26
Octal1656521622770544335646
Binary111010111010110001110100101111110101100100011011101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75358E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75358E; }

 p { color: rgb(117,53,142); }

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

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

 a { background-color: rgb(117,53,142); }

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

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

 span { border-color: rgb(117,53,142); }

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