#734093

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

Shades of Royal Purple #734093

Tints of Royal Purple #734093

Color information

#734093 (or 0x734093) is unknown color: approx Royal Purple. HEX triplet: 73, 40 and 93. RGB value is (115,64,147). Sum of RGB (Red+Green+Blue) = 115+64+147=326 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.28% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 147 (57.81% from 255 or 45.09% from 326); Max value from RGB is 147 - color contains mainly: blue. Hex color #734093 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734093 is #8CBF6C. Grayscale: #585858. Windows color (decimal): -9224045 or 9650291. OLE color: 9650291.

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

Color convert

RGB11564147-
CMYK0.220.5600.42
HSL276.87º39.34%41.37%-
HSV(B)276.87º56.46%57.65%-
XYZ14.179.4228.67-
YUV88.71160.9146.75-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.28%
GREEN value IS 64 (25.39% from 255) = 19.63%
BLUE value IS 147 (57.81% from 255) = 45.09%
R=35.28%
G=19.63%
B=45.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal115641470.220.5600.42276.8739.3441.37
Hex734093163802A1152729
Octal16310022326700524254751
Binary1110011100000010010011101101110000101010100010101100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734093; }

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

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

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

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

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

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

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

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