#753A84

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

Shades of Vivid Violet #753A84

Tints of Vivid Violet #753A84

Color information

#753A84 (or 0x753A84) is unknown color: approx Vivid Violet. HEX triplet: 75, 3A and 84. RGB value is (117,58,132). Sum of RGB (Red+Green+Blue) = 117+58+132=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 58 (23.05% from 255 or 18.89% from 307); Blue value is 132 (51.95% from 255 or 43.00% from 307); Max value from RGB is 132 - color contains mainly: blue. Hex color #753A84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753A84 is #8AC57B. Grayscale: #535353. Windows color (decimal): -9094524 or 8665717. OLE color: 8665717.

HSL color Cylindrical-coordinate representation of color #753A84: hue angle of 287.84º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #753A84 is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11758132-
CMYK0.110.5600.48
HSL287.84º38.95%37.25%-
HSV(B)287.84º56.06%51.76%-
XYZ13.018.4722.78-
YUV84.08155.05151.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.11%
GREEN value IS 58 (23.05% from 255) = 18.89%
BLUE value IS 132 (51.95% from 255) = 43.00%
R=38.11%
G=18.89%
B=43.00%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal117581320.110.5600.48287.8438.9537.25
Hex753A84B380301202725
Octal1657220413700604404745
Binary11101011110101000010010111110000110000100100000100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753A84; }

 p { color: rgb(117,58,132); }

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

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

 a { background-color: rgb(117,58,132); }

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

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

 span { border-color: rgb(117,58,132); }

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