#704193

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

Shades of Royal Purple #704193

Tints of Royal Purple #704193

Color information

#704193 (or 0x704193) is unknown color: approx Royal Purple. HEX triplet: 70, 41 and 93. RGB value is (112,65,147). Sum of RGB (Red+Green+Blue) = 112+65+147=324 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.57% from 324); Green value is 65 (25.78% from 255 or 20.06% from 324); Blue value is 147 (57.81% from 255 or 45.37% from 324); Max value from RGB is 147 - color contains mainly: blue. Hex color #704193 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704193 is #8FBE6C. Grayscale: #585858. Windows color (decimal): -9420397 or 9650544. OLE color: 9650544.

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

Color convert

RGB11265147-
CMYK0.240.5600.42
HSL274.39º38.68%41.57%-
HSV(B)274.39º55.78%57.65%-
XYZ13.849.3328.68-
YUV88.4161.07144.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.57%
GREEN value IS 65 (25.78% from 255) = 20.06%
BLUE value IS 147 (57.81% from 255) = 45.37%
R=34.57%
G=20.06%
B=45.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal112651470.240.5600.42274.3938.6841.57
Hex704193183802A112272a
Octal16010122330700524224752
Binary1110000100000110010011110001110000101010100010010100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704193; }

 p { color: rgb(112,65,147); }

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

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

 a { background-color: rgb(112,65,147); }

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

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

 span { border-color: rgb(112,65,147); }

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