#70329D

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

Shades of Royal Purple #70329D

Tints of Royal Purple #70329D

Color information

#70329D (or 0x70329D) is unknown color: approx Royal Purple. HEX triplet: 70, 32 and 9D. RGB value is (112,50,157). Sum of RGB (Red+Green+Blue) = 112+50+157=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 50 (19.92% from 255 or 15.67% from 319); Blue value is 157 (61.72% from 255 or 49.22% from 319); Max value from RGB is 157 - color contains mainly: blue. Hex color #70329D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70329D is #8FCD62. Grayscale: #505050. Windows color (decimal): -9424227 or 10302064. OLE color: 10302064.

HSL color Cylindrical-coordinate representation of color #70329D: hue angle of 274.77º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #70329D is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11250157-
CMYK0.290.6800.38
HSL274.77º51.69%40.59%-
HSV(B)274.77º68.15%61.57%-
XYZ13.918.1632.74-
YUV80.74171.04150.3-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.11%
GREEN value IS 50 (19.92% from 255) = 15.67%
BLUE value IS 157 (61.72% from 255) = 49.22%
R=35.11%
G=15.67%
B=49.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal112501570.290.6800.38274.7751.6940.59
Hex70329D1D440261133429
Octal16062235351040464236451
Binary1110000110010100111011110110001000100110100010011110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70329D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70329D; }

 p { color: rgb(112,50,157); }

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

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

 a { background-color: rgb(112,50,157); }

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

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

 span { border-color: rgb(112,50,157); }

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