#753184

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

Shades of Vivid Violet #753184

Tints of Vivid Violet #753184

Color information

#753184 (or 0x753184) is unknown color: approx Vivid Violet. HEX triplet: 75, 31 and 84. RGB value is (117,49,132). Sum of RGB (Red+Green+Blue) = 117+49+132=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 49 (19.53% from 255 or 16.44% from 298); Blue value is 132 (51.95% from 255 or 44.30% from 298); Max value from RGB is 132 - color contains mainly: blue. Hex color #753184 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753184 is #8ACE7B. Grayscale: #4E4E4E. Windows color (decimal): -9096828 or 8663413. OLE color: 8663413.

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

Color convert

RGB11749132-
CMYK0.110.6300.48
HSL289.16º45.86%35.49%-
HSV(B)289.16º62.88%51.76%-
XYZ12.67.6422.64-
YUV78.79158.03155.25-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.26%
GREEN value IS 49 (19.53% from 255) = 16.44%
BLUE value IS 132 (51.95% from 255) = 44.30%
R=39.26%
G=16.44%
B=44.30%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal117491320.110.6300.48289.1645.8635.49
Hex753184B3F0301212e23
Octal1656120413770604415643
Binary11101011100011000010010111111110110000100100001101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753184; }

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

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

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

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

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

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

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

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