#752591

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

Shades of Vivid Violet #752591

Tints of Vivid Violet #752591

Color information

#752591 (or 0x752591) is unknown color: approx Vivid Violet. HEX triplet: 75, 25 and 91. RGB value is (117,37,145). Sum of RGB (Red+Green+Blue) = 117+37+145=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 37 (14.84% from 255 or 12.37% from 299); Blue value is 145 (57.03% from 255 or 48.49% from 299); Max value from RGB is 145 - color contains mainly: blue. Hex color #752591 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752591 is #8ADA6E. Grayscale: #484848. Windows color (decimal): -9099887 or 9512309. OLE color: 9512309.

HSL color Cylindrical-coordinate representation of color #752591: hue angle of 284.44º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #752591 is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11737145-
CMYK0.190.7400.43
HSL284.44º59.34%35.69%-
HSV(B)284.44º74.48%56.86%-
XYZ13.117.1527.48-
YUV73.23168.5159.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.13%
GREEN value IS 37 (14.84% from 255) = 12.37%
BLUE value IS 145 (57.03% from 255) = 48.49%
R=39.13%
G=12.37%
B=48.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal117371450.190.7400.43284.4459.3435.69
Hex752591134A02B11c3b24
Octal16545221231120534347344
Binary1110101100101100100011001110010100101011100011100111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752591; }

 p { color: rgb(117,37,145); }

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

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

 a { background-color: rgb(117,37,145); }

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

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

 span { border-color: rgb(117,37,145); }

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