#703CAB

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

Shades of Royal Purple #703CAB

Tints of Royal Purple #703CAB

Color information

#703CAB (or 0x703CAB) is unknown color: approx Royal Purple. HEX triplet: 70, 3C and AB. RGB value is (112,60,171). Sum of RGB (Red+Green+Blue) = 112+60+171=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 60 (23.83% from 255 or 17.49% from 343); Blue value is 171 (67.19% from 255 or 49.85% from 343); Max value from RGB is 171 - color contains mainly: blue. Hex color #703CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703CAB is #8FC354. Grayscale: #575757. Windows color (decimal): -9421653 or 11222128. OLE color: 11222128.

HSL color Cylindrical-coordinate representation of color #703CAB: hue angle of 268.11º 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 #703CAB is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11260171-
CMYK0.350.6500.33
HSL268.11º48.05%45.29%-
HSV(B)268.11º64.91%67.06%-
XYZ15.659.6239.56-
YUV88.2174.73144.97-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.65%
GREEN value IS 60 (23.83% from 255) = 17.49%
BLUE value IS 171 (67.19% from 255) = 49.85%
R=32.65%
G=17.49%
B=49.85%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal112601710.350.6500.33268.1148.0545.29
Hex703CAB234102110c302d
Octal16074253431010414146055
Binary11100001111001010101110001110000010100001100001100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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