#753093

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

Shades of Vivid Violet #753093

Tints of Vivid Violet #753093

Color information

#753093 (or 0x753093) is unknown color: approx Vivid Violet. HEX triplet: 75, 30 and 93. RGB value is (117,48,147). Sum of RGB (Red+Green+Blue) = 117+48+147=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 147 (57.81% from 255 or 47.12% from 312); Max value from RGB is 147 - color contains mainly: blue. Hex color #753093 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753093 is #8ACF6C. Grayscale: #4F4F4F. Windows color (decimal): -9097069 or 9646197. OLE color: 9646197.

HSL color Cylindrical-coordinate representation of color #753093: hue angle of 281.82º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #753093 is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11748147-
CMYK0.200.6700.42
HSL281.82º50.77%38.24%-
HSV(B)281.82º67.35%57.65%-
XYZ13.66828.43-
YUV79.92165.86154.45-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.5%
GREEN value IS 48 (19.14% from 255) = 15.38%
BLUE value IS 147 (57.81% from 255) = 47.12%
R=37.5%
G=15.38%
B=47.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal117481470.200.6700.42281.8250.7738.24
Hex753093144302A11a3326
Octal16560223241030524326346
Binary1110101110000100100111010010000110101010100011010110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753093; }

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

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

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

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

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

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

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

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