#733385

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

Shades of Vivid Violet #733385

Tints of Vivid Violet #733385

Color information

#733385 (or 0x733385) is unknown color: approx Vivid Violet. HEX triplet: 73, 33 and 85. RGB value is (115,51,133). Sum of RGB (Red+Green+Blue) = 115+51+133=299 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.46% from 299); Green value is 51 (20.31% from 255 or 17.06% from 299); Blue value is 133 (52.34% from 255 or 44.48% from 299); Max value from RGB is 133 - color contains mainly: blue. Hex color #733385 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #733385 is #8CCC7A. Grayscale: #4F4F4F. Windows color (decimal): -9227387 or 8729459. OLE color: 8729459.

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

Color convert

RGB11551133-
CMYK0.140.6200.48
HSL286.83º44.57%36.08%-
HSV(B)286.83º61.65%52.16%-
XYZ12.497.7123.02-
YUV79.48158.2153.33-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.46%
GREEN value IS 51 (20.31% from 255) = 17.06%
BLUE value IS 133 (52.34% from 255) = 44.48%
R=38.46%
G=17.06%
B=44.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal115511330.140.6200.48286.8344.5736.08
Hex733385E3E03011f2d24
Octal1636320516760604375544
Binary11100111100111000010111101111100110000100011111101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733385; }

 p { color: rgb(115,51,133); }

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

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

 a { background-color: rgb(115,51,133); }

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

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

 span { border-color: rgb(115,51,133); }

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