#753F88

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

Shades of Vivid Violet #753F88

Tints of Vivid Violet #753F88

Color information

#753F88 (or 0x753F88) is unknown color: approx Vivid Violet. HEX triplet: 75, 3F and 88. RGB value is (117,63,136). Sum of RGB (Red+Green+Blue) = 117+63+136=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 63 (25% from 255 or 19.94% from 316); Blue value is 136 (53.52% from 255 or 43.04% from 316); Max value from RGB is 136 - color contains mainly: blue. Hex color #753F88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753F88 is #8AC077. Grayscale: #575757. Windows color (decimal): -9093240 or 8929141. OLE color: 8929141.

HSL color Cylindrical-coordinate representation of color #753F88: hue angle of 284.38º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #753F88 is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11763136-
CMYK0.140.5400.47
HSL284.38º36.68%39.02%-
HSV(B)284.38º53.68%53.33%-
XYZ13.569.1124.34-
YUV87.47155.39149.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.03%
GREEN value IS 63 (25% from 255) = 19.94%
BLUE value IS 136 (53.52% from 255) = 43.04%
R=37.03%
G=19.94%
B=43.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal117631360.140.5400.47284.3836.6839.02
Hex753F88E3602F11c2527
Octal1657721016660574344547
Binary11101011111111000100011101101100101111100011100100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753F88; }

 p { color: rgb(117,63,136); }

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

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

 a { background-color: rgb(117,63,136); }

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

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

 span { border-color: rgb(117,63,136); }

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