#75328A

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

Shades of Vivid Violet #75328A

Tints of Vivid Violet #75328A

Color information

#75328A (or 0x75328A) is unknown color: approx Vivid Violet. HEX triplet: 75, 32 and 8A. RGB value is (117,50,138). Sum of RGB (Red+Green+Blue) = 117+50+138=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 50 (19.92% from 255 or 16.39% from 305); Blue value is 138 (54.30% from 255 or 45.25% from 305); Max value from RGB is 138 - color contains mainly: blue. Hex color #75328A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75328A is #8ACD75. Grayscale: #4F4F4F. Windows color (decimal): -9096566 or 9056885. OLE color: 9056885.

HSL color Cylindrical-coordinate representation of color #75328A: hue angle of 285.68º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #75328A is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11750138-
CMYK0.150.6400.46
HSL285.68º46.81%36.86%-
HSV(B)285.68º63.77%54.12%-
XYZ13.067.924.88-
YUV80.06160.7154.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.36%
GREEN value IS 50 (19.92% from 255) = 16.39%
BLUE value IS 138 (54.30% from 255) = 45.25%
R=38.36%
G=16.39%
B=45.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal117501380.150.6400.46285.6846.8136.86
Hex75328AF4002E11e2f25
Octal16562212171000564365745
Binary111010111001010001010111110000000101110100011110101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75328A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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