#752984

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

Shades of Vivid Violet #752984

Tints of Vivid Violet #752984

Color information

#752984 (or 0x752984) is unknown color: approx Vivid Violet. HEX triplet: 75, 29 and 84. RGB value is (117,41,132). Sum of RGB (Red+Green+Blue) = 117+41+132=290 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.34% from 290); Green value is 41 (16.41% from 255 or 14.14% from 290); Blue value is 132 (51.95% from 255 or 45.52% from 290); Max value from RGB is 132 - color contains mainly: blue. Hex color #752984 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752984 is #8AD67B. Grayscale: #494949. Windows color (decimal): -9098876 or 8661365. OLE color: 8661365.

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

Color convert

RGB11741132-
CMYK0.110.6900.48
HSL290.11º52.6%33.92%-
HSV(B)290.11º68.94%51.76%-
XYZ12.297.0322.54-
YUV74.1160.68158.6-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.34%
GREEN value IS 41 (16.41% from 255) = 14.14%
BLUE value IS 132 (51.95% from 255) = 45.52%
R=40.34%
G=14.14%
B=45.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal117411320.110.6900.48290.1152.633.92
Hex752984B450301223522
Octal16551204131050604426542
Binary111010110100110000100101110001010110000100100010110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752984; }

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

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

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

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

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

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

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

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