#753587

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

Shades of Vivid Violet #753587

Tints of Vivid Violet #753587

Color information

#753587 (or 0x753587) is unknown color: approx Vivid Violet. HEX triplet: 75, 35 and 87. RGB value is (117,53,135). Sum of RGB (Red+Green+Blue) = 117+53+135=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 53 (21.09% from 255 or 17.38% from 305); Blue value is 135 (53.12% from 255 or 44.26% from 305); Max value from RGB is 135 - color contains mainly: blue. Hex color #753587 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753587 is #8ACA78. Grayscale: #515151. Windows color (decimal): -9095801 or 8861045. OLE color: 8861045.

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

Color convert

RGB11753135-
CMYK0.130.6100.47
HSL286.83º43.62%36.86%-
HSV(B)286.83º60.74%52.94%-
XYZ12.988.0823.8-
YUV81.48158.2153.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.36%
GREEN value IS 53 (21.09% from 255) = 17.38%
BLUE value IS 135 (53.12% from 255) = 44.26%
R=38.36%
G=17.38%
B=44.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal117531350.130.6100.47286.8343.6236.86
Hex753587D3D02F11f2c25
Octal1656520715750574375445
Binary11101011101011000011111011111010101111100011111101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753587; }

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

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

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

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

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

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

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

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