#75328E

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

Shades of Vivid Violet #75328E

Tints of Vivid Violet #75328E

Color information

#75328E (or 0x75328E) is unknown color: approx Vivid Violet. HEX triplet: 75, 32 and 8E. RGB value is (117,50,142). Sum of RGB (Red+Green+Blue) = 117+50+142=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 50 (19.92% from 255 or 16.18% from 309); Blue value is 142 (55.86% from 255 or 45.95% from 309); Max value from RGB is 142 - color contains mainly: blue. Hex color #75328E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75328E is #8ACD71. Grayscale: #505050. Windows color (decimal): -9096562 or 9319029. OLE color: 9319029.

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

Color convert

RGB11750142-
CMYK0.180.6500.44
HSL283.7º47.92%37.65%-
HSV(B)283.7º64.79%55.69%-
XYZ13.368.0226.43-
YUV80.52162.7154.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.86%
GREEN value IS 50 (19.92% from 255) = 16.18%
BLUE value IS 142 (55.86% from 255) = 45.95%
R=37.86%
G=16.18%
B=45.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal117501420.180.6500.44283.747.9237.65
Hex75328E124102C11c3026
Octal16562216221010544346046
Binary1110101110010100011101001010000010101100100011100110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75328E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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