#753992

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

Shades of Vivid Violet #753992

Tints of Vivid Violet #753992

Color information

#753992 (or 0x753992) is unknown color: approx Vivid Violet. HEX triplet: 75, 39 and 92. RGB value is (117,57,146). Sum of RGB (Red+Green+Blue) = 117+57+146=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 57 (22.66% from 255 or 17.81% from 320); Blue value is 146 (57.42% from 255 or 45.62% from 320); Max value from RGB is 146 - color contains mainly: blue. Hex color #753992 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753992 is #8AC66D. Grayscale: #545454. Windows color (decimal): -9094766 or 9582965. OLE color: 9582965.

HSL color Cylindrical-coordinate representation of color #753992: hue angle of 280.45º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #753992 is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11757146-
CMYK0.200.6100.43
HSL280.45º43.84%39.8%-
HSV(B)280.45º60.96%57.25%-
XYZ13.998.7828.15-
YUV85.09162.38150.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.56%
GREEN value IS 57 (22.66% from 255) = 17.81%
BLUE value IS 146 (57.42% from 255) = 45.62%
R=36.56%
G=17.81%
B=45.62%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal117571460.200.6100.43280.4543.8439.8
Hex753992143D02B1182c28
Octal1657122224750534305450
Binary111010111100110010010101001111010101011100011000101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753992; }

 p { color: rgb(117,57,146); }

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

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

 a { background-color: rgb(117,57,146); }

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

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

 span { border-color: rgb(117,57,146); }

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