#753387

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

Shades of Vivid Violet #753387

Tints of Vivid Violet #753387

Color information

#753387 (or 0x753387) is unknown color: approx Vivid Violet. HEX triplet: 75, 33 and 87. RGB value is (117,51,135). Sum of RGB (Red+Green+Blue) = 117+51+135=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 51 (20.31% from 255 or 16.83% from 303); Blue value is 135 (53.12% from 255 or 44.55% from 303); Max value from RGB is 135 - color contains mainly: blue. Hex color #753387 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753387 is #8ACC78. Grayscale: #505050. Windows color (decimal): -9096313 or 8860533. OLE color: 8860533.

HSL color Cylindrical-coordinate representation of color #753387: hue angle of 287.14º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #753387 is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11751135-
CMYK0.130.6200.47
HSL287.14º45.16%36.47%-
HSV(B)287.14º62.22%52.94%-
XYZ12.897.923.77-
YUV80.31158.87154.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.61%
GREEN value IS 51 (20.31% from 255) = 16.83%
BLUE value IS 135 (53.12% from 255) = 44.55%
R=38.61%
G=16.83%
B=44.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal117511350.130.6200.47287.1445.1636.47
Hex753387D3E02F11f2d24
Octal1656320715760574375544
Binary11101011100111000011111011111100101111100011111101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753387; }

 p { color: rgb(117,51,135); }

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

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

 a { background-color: rgb(117,51,135); }

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

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

 span { border-color: rgb(117,51,135); }

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