#734293

Color #734293 Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #734293

Tints of Royal Purple #734293

Color information

#734293 (or 0x734293) is unknown color: approx Royal Purple. HEX triplet: 73, 42 and 93. RGB value is (115,66,147). Sum of RGB (Red+Green+Blue) = 115+66+147=328 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.06% from 328); Green value is 66 (26.17% from 255 or 20.12% from 328); Blue value is 147 (57.81% from 255 or 44.82% from 328); Max value from RGB is 147 - color contains mainly: blue. Hex color #734293 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734293 is #8CBD6C. Grayscale: #595959. Windows color (decimal): -9223533 or 9650803. OLE color: 9650803.

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

Color convert

RGB11566147-
CMYK0.220.5500.42
HSL276.3º38.03%41.76%-
HSV(B)276.3º55.1%57.65%-
XYZ14.289.6528.71-
YUV89.88160.23145.91-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.06%
GREEN value IS 66 (26.17% from 255) = 20.12%
BLUE value IS 147 (57.81% from 255) = 44.82%
R=35.06%
G=20.12%
B=44.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal115661470.220.5500.42276.338.0341.76
Hex734293163702A114262a
Octal16310222326670524244652
Binary1110011100001010010011101101101110101010100010100100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734293; }

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

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

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

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

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

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

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

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