#704095

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

Shades of Royal Purple #704095

Tints of Royal Purple #704095

Color information

#704095 (or 0x704095) is unknown color: approx Royal Purple. HEX triplet: 70, 40 and 95. RGB value is (112,64,149). Sum of RGB (Red+Green+Blue) = 112+64+149=325 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.46% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 149 (58.59% from 255 or 45.85% from 325); Max value from RGB is 149 - color contains mainly: blue. Hex color #704095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704095 is #8FBF6A. Grayscale: #575757. Windows color (decimal): -9420651 or 9781360. OLE color: 9781360.

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

Color convert

RGB11264149-
CMYK0.250.5700.42
HSL273.88º39.91%41.76%-
HSV(B)273.88º57.05%58.43%-
XYZ13.949.2829.49-
YUV88.04162.4145.09-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.46%
GREEN value IS 64 (25.39% from 255) = 19.69%
BLUE value IS 149 (58.59% from 255) = 45.85%
R=34.46%
G=19.69%
B=45.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal112641490.250.5700.42273.8839.9141.76
Hex704095193902A112282a
Octal16010022531710524225052
Binary1110000100000010010101110011110010101010100010010101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704095; }

 p { color: rgb(112,64,149); }

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

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

 a { background-color: rgb(112,64,149); }

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

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

 span { border-color: rgb(112,64,149); }

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