#704399

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

Shades of Royal Purple #704399

Tints of Royal Purple #704399

Color information

#704399 (or 0x704399) is unknown color: approx Royal Purple. HEX triplet: 70, 43 and 99. RGB value is (112,67,153). Sum of RGB (Red+Green+Blue) = 112+67+153=332 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.73% from 332); Green value is 67 (26.56% from 255 or 20.18% from 332); Blue value is 153 (60.16% from 255 or 46.08% from 332); Max value from RGB is 153 - color contains mainly: blue. Hex color #704399 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704399 is #8FBC66. Grayscale: #595959. Windows color (decimal): -9419879 or 10044272. OLE color: 10044272.

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

Color convert

RGB11267153-
CMYK0.270.5600.4
HSL271.4º39.09%43.14%-
HSV(B)271.4º56.21%60%-
XYZ14.449.7631.26-
YUV90.26163.41143.51-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.73%
GREEN value IS 67 (26.56% from 255) = 20.18%
BLUE value IS 153 (60.16% from 255) = 46.08%
R=33.73%
G=20.18%
B=46.08%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal112671530.270.5600.4271.439.0943.14
Hex7043991B3802810f272b
Octal16010323133700504174753
Binary1110000100001110011001110111110000101000100001111100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704399; }

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

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

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

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

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

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

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

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