#753594

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

Shades of Vivid Violet #753594

Tints of Vivid Violet #753594

Color information

#753594 (or 0x753594) is unknown color: approx Vivid Violet. HEX triplet: 75, 35 and 94. RGB value is (117,53,148). Sum of RGB (Red+Green+Blue) = 117+53+148=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 53 (21.09% from 255 or 16.67% from 318); Blue value is 148 (58.20% from 255 or 46.54% from 318); Max value from RGB is 148 - color contains mainly: blue. Hex color #753594 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753594 is #8ACA6B. Grayscale: #525252. Windows color (decimal): -9095788 or 9713013. OLE color: 9713013.

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

Color convert

RGB11753148-
CMYK0.210.6400.42
HSL280.42º47.26%39.41%-
HSV(B)280.42º64.19%58.04%-
XYZ13.958.4728.92-
YUV82.97164.7152.28-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.79%
GREEN value IS 53 (21.09% from 255) = 16.67%
BLUE value IS 148 (58.20% from 255) = 46.54%
R=36.79%
G=16.67%
B=46.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal117531480.210.6400.42280.4247.2639.41
Hex753594154002A1182f27
Octal16565224251000524305747
Binary1110101110101100101001010110000000101010100011000101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753594; }

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

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

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

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

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

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

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

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