#753592

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

Shades of Vivid Violet #753592

Tints of Vivid Violet #753592

Color information

#753592 (or 0x753592) is unknown color: approx Vivid Violet. HEX triplet: 75, 35 and 92. RGB value is (117,53,146). Sum of RGB (Red+Green+Blue) = 117+53+146=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 53 (21.09% from 255 or 16.77% from 316); Blue value is 146 (57.42% from 255 or 46.20% from 316); Max value from RGB is 146 - color contains mainly: blue. Hex color #753592 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753592 is #8ACA6D. Grayscale: #525252. Windows color (decimal): -9095790 or 9581941. OLE color: 9581941.

HSL color Cylindrical-coordinate representation of color #753592: hue angle of 281.29º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #753592 is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11753146-
CMYK0.200.6400.43
HSL281.29º46.73%39.02%-
HSV(B)281.29º63.7%57.25%-
XYZ13.88.428.09-
YUV82.74163.7152.44-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.03%
GREEN value IS 53 (21.09% from 255) = 16.77%
BLUE value IS 146 (57.42% from 255) = 46.20%
R=37.03%
G=16.77%
B=46.20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal117531460.200.6400.43281.2946.7339.02
Hex753592144002B1192f27
Octal16565222241000534315747
Binary1110101110101100100101010010000000101011100011001101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753592; }

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

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

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

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

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

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

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

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