#75329B

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

Shades of Vivid Violet #75329B

Tints of Vivid Violet #75329B

Color information

#75329B (or 0x75329B) is unknown color: approx Vivid Violet. HEX triplet: 75, 32 and 9B. RGB value is (117,50,155). Sum of RGB (Red+Green+Blue) = 117+50+155=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 50 (19.92% from 255 or 15.53% from 322); Blue value is 155 (60.94% from 255 or 48.14% from 322); Max value from RGB is 155 - color contains mainly: blue. Hex color #75329B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75329B is #8ACD64. Grayscale: #515151. Windows color (decimal): -9096549 or 10170997. OLE color: 10170997.

HSL color Cylindrical-coordinate representation of color #75329B: hue angle of 278.29º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #75329B is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11750155-
CMYK0.250.6800.39
HSL278.29º51.22%40.2%-
HSV(B)278.29º67.74%60.78%-
XYZ14.398.4331.88-
YUV82169.2152.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.34%
GREEN value IS 50 (19.92% from 255) = 15.53%
BLUE value IS 155 (60.94% from 255) = 48.14%
R=36.34%
G=15.53%
B=48.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal117501550.250.6800.39278.2951.2240.2
Hex75329B19440271163328
Octal16562233311040474266350
Binary1110101110010100110111100110001000100111100010110110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75329B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75329B; }

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

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

<style>
 a { background-color: #75329B; }

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

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

<style>
 span { border-color: #75329B; }

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

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