#753785

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

Shades of Vivid Violet #753785

Tints of Vivid Violet #753785

Color information

#753785 (or 0x753785) is unknown color: approx Vivid Violet. HEX triplet: 75, 37 and 85. RGB value is (117,55,133). Sum of RGB (Red+Green+Blue) = 117+55+133=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 55 (21.88% from 255 or 18.03% from 305); Blue value is 133 (52.34% from 255 or 43.61% from 305); Max value from RGB is 133 - color contains mainly: blue. Hex color #753785 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753785 is #8AC87A. Grayscale: #525252. Windows color (decimal): -9095291 or 8730485. OLE color: 8730485.

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

Color convert

RGB11755133-
CMYK0.120.5900.48
HSL287.69º41.49%36.86%-
HSV(B)287.69º58.65%52.16%-
XYZ12.948.2123.09-
YUV82.43156.54152.66-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.36%
GREEN value IS 55 (21.88% from 255) = 18.03%
BLUE value IS 133 (52.34% from 255) = 43.61%
R=38.36%
G=18.03%
B=43.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal117551330.120.5900.48287.6941.4936.86
Hex753785C3B0301202925
Octal1656720514730604405145
Binary11101011101111000010111001110110110000100100000101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753785; }

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

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

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

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

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

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

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

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