#703CAA

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

Shades of Royal Purple #703CAA

Tints of Royal Purple #703CAA

Color information

#703CAA (or 0x703CAA) is unknown color: approx Royal Purple. HEX triplet: 70, 3C and AA. RGB value is (112,60,170). Sum of RGB (Red+Green+Blue) = 112+60+170=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 60 (23.83% from 255 or 17.54% from 342); Blue value is 170 (66.80% from 255 or 49.71% from 342); Max value from RGB is 170 - color contains mainly: blue. Hex color #703CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703CAA is #8FC355. Grayscale: #575757. Windows color (decimal): -9421654 or 11156592. OLE color: 11156592.

HSL color Cylindrical-coordinate representation of color #703CAA: hue angle of 268.36º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #703CAA is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11260170-
CMYK0.340.6500.33
HSL268.36º47.83%45.1%-
HSV(B)268.36º64.71%66.67%-
XYZ15.559.5839.06-
YUV88.09174.23145.06-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.75%
GREEN value IS 60 (23.83% from 255) = 17.54%
BLUE value IS 170 (66.80% from 255) = 49.71%
R=32.75%
G=17.54%
B=49.71%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal112601700.340.6500.33268.3647.8345.1
Hex703CAA224102110c302d
Octal16074252421010414146055
Binary11100001111001010101010001010000010100001100001100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703CAA; }

 p { color: rgb(112,60,170); }

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

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

 a { background-color: rgb(112,60,170); }

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

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

 span { border-color: rgb(112,60,170); }

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