#753684

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

Shades of Vivid Violet #753684

Tints of Vivid Violet #753684

Color information

#753684 (or 0x753684) is unknown color: approx Vivid Violet. HEX triplet: 75, 36 and 84. RGB value is (117,54,132). Sum of RGB (Red+Green+Blue) = 117+54+132=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 54 (21.48% from 255 or 17.82% from 303); Blue value is 132 (51.95% from 255 or 43.56% from 303); Max value from RGB is 132 - color contains mainly: blue. Hex color #753684 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753684 is #8AC97B. Grayscale: #515151. Windows color (decimal): -9095548 or 8664693. OLE color: 8664693.

HSL color Cylindrical-coordinate representation of color #753684: hue angle of 288.46º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #753684 is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11754132-
CMYK0.110.5900.48
HSL288.46º41.94%36.47%-
HSV(B)288.46º59.09%51.76%-
XYZ12.828.0922.71-
YUV81.73156.37153.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.61%
GREEN value IS 54 (21.48% from 255) = 17.82%
BLUE value IS 132 (51.95% from 255) = 43.56%
R=38.61%
G=17.82%
B=43.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal117541320.110.5900.48288.4641.9436.47
Hex753684B3B0301202a24
Octal1656620413730604405244
Binary11101011101101000010010111110110110000100100000101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753684; }

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

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

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

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

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

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

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

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