#734295

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

Shades of Royal Purple #734295

Tints of Royal Purple #734295

Color information

#734295 (or 0x734295) is unknown color: approx Royal Purple. HEX triplet: 73, 42 and 95. RGB value is (115,66,149). Sum of RGB (Red+Green+Blue) = 115+66+149=330 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.85% from 330); Green value is 66 (26.17% from 255 or 20% from 330); Blue value is 149 (58.59% from 255 or 45.15% from 330); Max value from RGB is 149 - color contains mainly: blue. Hex color #734295 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734295 is #8CBD6A. Grayscale: #595959. Windows color (decimal): -9223531 or 9781875. OLE color: 9781875.

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

Color convert

RGB11566149-
CMYK0.230.5600.42
HSL275.42º38.6%42.16%-
HSV(B)275.42º55.7%58.43%-
XYZ14.449.7129.55-
YUV90.11161.23145.75-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.85%
GREEN value IS 66 (26.17% from 255) = 20%
BLUE value IS 149 (58.59% from 255) = 45.15%
R=34.85%
G=20%
B=45.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal115661490.230.5600.42275.4238.642.16
Hex734295173802A113272a
Octal16310222527700524234752
Binary1110011100001010010101101111110000101010100010011100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734295; }

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

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

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

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

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

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

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

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