#734294

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

Shades of Royal Purple #734294

Tints of Royal Purple #734294

Color information

#734294 (or 0x734294) is unknown color: approx Royal Purple. HEX triplet: 73, 42 and 94. RGB value is (115,66,148). Sum of RGB (Red+Green+Blue) = 115+66+148=329 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.95% from 329); Green value is 66 (26.17% from 255 or 20.06% from 329); Blue value is 148 (58.20% from 255 or 44.98% from 329); Max value from RGB is 148 - color contains mainly: blue. Hex color #734294 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734294 is #8CBD6B. Grayscale: #595959. Windows color (decimal): -9223532 or 9716339. OLE color: 9716339.

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

Color convert

RGB11566148-
CMYK0.220.5500.42
HSL275.85º38.32%41.96%-
HSV(B)275.85º55.41%58.04%-
XYZ14.369.6829.13-
YUV90160.73145.83-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.95%
GREEN value IS 66 (26.17% from 255) = 20.06%
BLUE value IS 148 (58.20% from 255) = 44.98%
R=34.95%
G=20.06%
B=44.98%

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
Decimal115661480.220.5500.42275.8538.3241.96
Hex734294163702A114262a
Octal16310222426670524244652
Binary1110011100001010010100101101101110101010100010100100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734294; }

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

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

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

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

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

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

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

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