#734296

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

Shades of Royal Purple #734296

Tints of Royal Purple #734296

Color information

#734296 (or 0x734296) is unknown color: approx Royal Purple. HEX triplet: 73, 42 and 96. RGB value is (115,66,150). Sum of RGB (Red+Green+Blue) = 115+66+150=331 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.74% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 150 (58.98% from 255 or 45.32% from 331); Max value from RGB is 150 - color contains mainly: blue. Hex color #734296 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734296 is #8CBD69. Grayscale: #595959. Windows color (decimal): -9223530 or 9847411. OLE color: 9847411.

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

Color convert

RGB11566150-
CMYK0.230.5600.41
HSL275º38.89%42.35%-
HSV(B)275º56%58.82%-
XYZ14.529.7429.97-
YUV90.23161.73145.67-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.74%
GREEN value IS 66 (26.17% from 255) = 19.94%
BLUE value IS 150 (58.98% from 255) = 45.32%
R=34.74%
G=19.94%
B=45.32%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal115661500.230.5600.4127538.8942.35
Hex7342961738029113272a
Octal16310222627700514234752
Binary1110011100001010010110101111110000101001100010011100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734296; }

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

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

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

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

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

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

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

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