#753784

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

Shades of Vivid Violet #753784

Tints of Vivid Violet #753784

Color information

#753784 (or 0x753784) is unknown color: approx Vivid Violet. HEX triplet: 75, 37 and 84. RGB value is (117,55,132). Sum of RGB (Red+Green+Blue) = 117+55+132=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 55 (21.88% from 255 or 18.09% from 304); Blue value is 132 (51.95% from 255 or 43.42% from 304); Max value from RGB is 132 - color contains mainly: blue. Hex color #753784 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753784 is #8AC87B. Grayscale: #525252. Windows color (decimal): -9095292 or 8664949. OLE color: 8664949.

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

Color convert

RGB11755132-
CMYK0.110.5800.48
HSL288.31º41.18%36.67%-
HSV(B)288.31º58.33%51.76%-
XYZ12.878.1822.73-
YUV82.32156.04152.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.49%
GREEN value IS 55 (21.88% from 255) = 18.09%
BLUE value IS 132 (51.95% from 255) = 43.42%
R=38.49%
G=18.09%
B=43.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal117551320.110.5800.48288.3141.1836.67
Hex753784B3A0301202925
Octal1656720413720604405145
Binary11101011101111000010010111110100110000100100000101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753784; }

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

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

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

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

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

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

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

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