#733493

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

Shades of Vivid Violet #733493

Tints of Vivid Violet #733493

Color information

#733493 (or 0x733493) is unknown color: approx Vivid Violet. HEX triplet: 73, 34 and 93. RGB value is (115,52,147). Sum of RGB (Red+Green+Blue) = 115+52+147=314 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.62% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 147 (57.81% from 255 or 46.82% from 314); Max value from RGB is 147 - color contains mainly: blue. Hex color #733493 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #733493 is #8CCB6C. Grayscale: #515151. Windows color (decimal): -9227117 or 9647219. OLE color: 9647219.

HSL color Cylindrical-coordinate representation of color #733493: hue angle of 279.79º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #733493 is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11552147-
CMYK0.220.6500.42
HSL279.79º47.74%39.02%-
HSV(B)279.79º64.63%57.65%-
XYZ13.568.2128.47-
YUV81.67164.87151.78-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.62%
GREEN value IS 52 (20.70% from 255) = 16.56%
BLUE value IS 147 (57.81% from 255) = 46.82%
R=36.62%
G=16.56%
B=46.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal115521470.220.6500.42279.7947.7439.02
Hex733493164102A1183027
Octal16364223261010524306047
Binary1110011110100100100111011010000010101010100011000110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733493; }

 p { color: rgb(115,52,147); }

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

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

 a { background-color: rgb(115,52,147); }

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

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

 span { border-color: rgb(115,52,147); }

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