#704299

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

Shades of Royal Purple #704299

Tints of Royal Purple #704299

Color information

#704299 (or 0x704299) is unknown color: approx Royal Purple. HEX triplet: 70, 42 and 99. RGB value is (112,66,153). Sum of RGB (Red+Green+Blue) = 112+66+153=331 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.84% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 153 (60.16% from 255 or 46.22% from 331); Max value from RGB is 153 - color contains mainly: blue. Hex color #704299 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704299 is #8FBD66. Grayscale: #595959. Windows color (decimal): -9420135 or 10044016. OLE color: 10044016.

HSL color Cylindrical-coordinate representation of color #704299: hue angle of 271.72º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #704299 is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11266153-
CMYK0.270.5700.4
HSL271.72º39.73%42.94%-
HSV(B)271.72º56.86%60%-
XYZ14.389.6431.24-
YUV89.67163.74143.93-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.84%
GREEN value IS 66 (26.17% from 255) = 19.94%
BLUE value IS 153 (60.16% from 255) = 46.22%
R=33.84%
G=19.94%
B=46.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal112661530.270.5700.4271.7239.7342.94
Hex7042991B39028110282b
Octal16010223133710504205053
Binary1110000100001010011001110111110010101000100010000101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704299; }

 p { color: rgb(112,66,153); }

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

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

 a { background-color: rgb(112,66,153); }

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

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

 span { border-color: rgb(112,66,153); }

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