#70359A

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

Shades of Royal Purple #70359A

Tints of Royal Purple #70359A

Color information

#70359A (or 0x70359A) is unknown color: approx Royal Purple. HEX triplet: 70, 35 and 9A. RGB value is (112,53,154). Sum of RGB (Red+Green+Blue) = 112+53+154=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 154 (60.55% from 255 or 48.28% from 319); Max value from RGB is 154 - color contains mainly: blue. Hex color #70359A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70359A is #8FCA65. Grayscale: #515151. Windows color (decimal): -9423462 or 10106224. OLE color: 10106224.

HSL color Cylindrical-coordinate representation of color #70359A: hue angle of 275.05º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #70359A is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11253154-
CMYK0.270.6600.40
HSL275.05º48.79%40.59%-
HSV(B)275.05º65.58%60.39%-
XYZ13.798.3231.45-
YUV82.15168.55149.29-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.11%
GREEN value IS 53 (21.09% from 255) = 16.61%
BLUE value IS 154 (60.55% from 255) = 48.28%
R=35.11%
G=16.61%
B=48.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal112531540.270.6600.40275.0548.7940.59
Hex70359A1B420281133129
Octal16065232331020504236151
Binary1110000110101100110101101110000100101000100010011110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70359A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70359A; }

 p { color: rgb(112,53,154); }

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

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

 a { background-color: rgb(112,53,154); }

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

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

 span { border-color: rgb(112,53,154); }

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