#753083

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

Shades of Vivid Violet #753083

Tints of Vivid Violet #753083

Color information

#753083 (or 0x753083) is unknown color: approx Vivid Violet. HEX triplet: 75, 30 and 83. RGB value is (117,48,131). Sum of RGB (Red+Green+Blue) = 117+48+131=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 48 (19.14% from 255 or 16.22% from 296); Blue value is 131 (51.56% from 255 or 44.26% from 296); Max value from RGB is 131 - color contains mainly: blue. Hex color #753083 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753083 is #8ACF7C. Grayscale: #4D4D4D. Windows color (decimal): -9097085 or 8597621. OLE color: 8597621.

HSL color Cylindrical-coordinate representation of color #753083: hue angle of 289.88º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #753083 is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11748131-
CMYK0.110.6300.49
HSL289.88º46.37%35.1%-
HSV(B)289.88º63.36%51.37%-
XYZ12.497.5322.27-
YUV78.09157.86155.75-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.53%
GREEN value IS 48 (19.14% from 255) = 16.22%
BLUE value IS 131 (51.56% from 255) = 44.26%
R=39.53%
G=16.22%
B=44.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117481310.110.6300.49289.8846.3735.1
Hex753083B3F0311222e23
Octal1656020313770614425643
Binary11101011100001000001110111111110110001100100010101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753083; }

 p { color: rgb(117,48,131); }

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

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

 a { background-color: rgb(117,48,131); }

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

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

 span { border-color: rgb(117,48,131); }

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