#733495

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

Shades of Vivid Violet #733495

Tints of Vivid Violet #733495

Color information

#733495 (or 0x733495) is unknown color: approx Vivid Violet. HEX triplet: 73, 34 and 95. RGB value is (115,52,149). Sum of RGB (Red+Green+Blue) = 115+52+149=316 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.39% from 316); Green value is 52 (20.70% from 255 or 16.46% from 316); Blue value is 149 (58.59% from 255 or 47.15% from 316); Max value from RGB is 149 - color contains mainly: blue. Hex color #733495 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #733495 is #8CCB6A. Grayscale: #515151. Windows color (decimal): -9227115 or 9778291. OLE color: 9778291.

HSL color Cylindrical-coordinate representation of color #733495: hue angle of 278.97º 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 #733495 is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11552149-
CMYK0.230.6500.42
HSL278.97º48.26%39.41%-
HSV(B)278.97º65.1%58.43%-
XYZ13.728.2729.31-
YUV81.9165.87151.61-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.39%
GREEN value IS 52 (20.70% from 255) = 16.46%
BLUE value IS 149 (58.59% from 255) = 47.15%
R=36.39%
G=16.46%
B=47.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal115521490.230.6500.42278.9748.2639.41
Hex733495174102A1173027
Octal16364225271010524276047
Binary1110011110100100101011011110000010101010100010111110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733495; }

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

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

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

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

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

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

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

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