#752487

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

Shades of Vivid Violet #752487

Tints of Vivid Violet #752487

Color information

#752487 (or 0x752487) is unknown color: approx Vivid Violet. HEX triplet: 75, 24 and 87. RGB value is (117,36,135). Sum of RGB (Red+Green+Blue) = 117+36+135=288 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.62% from 288); Green value is 36 (14.45% from 255 or 12.5% from 288); Blue value is 135 (53.12% from 255 or 46.88% from 288); Max value from RGB is 135 - color contains mainly: blue. Hex color #752487 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752487 is #8ADB78. Grayscale: #474747. Windows color (decimal): -9100153 or 8856693. OLE color: 8856693.

HSL color Cylindrical-coordinate representation of color #752487: hue angle of 289.09º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #752487 is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11736135-
CMYK0.130.7300.47
HSL289.09º57.89%33.53%-
HSV(B)289.09º73.33%52.94%-
XYZ12.346.7923.58-
YUV71.5163.84160.45-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.62%
GREEN value IS 36 (14.45% from 255) = 12.5%
BLUE value IS 135 (53.12% from 255) = 46.88%
R=40.62%
G=12.5%
B=46.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal117361350.130.7300.47289.0957.8933.53
Hex752487D4902F1213a22
Octal16544207151110574417242
Binary111010110010010000111110110010010101111100100001111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752487; }

 p { color: rgb(117,36,135); }

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

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

 a { background-color: rgb(117,36,135); }

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

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

 span { border-color: rgb(117,36,135); }

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