#703DAD

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

Shades of Royal Purple #703DAD

Tints of Royal Purple #703DAD

Color information

#703DAD (or 0x703DAD) is unknown color: approx Royal Purple. HEX triplet: 70, 3D and AD. RGB value is (112,61,173). Sum of RGB (Red+Green+Blue) = 112+61+173=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 61 (24.22% from 255 or 17.63% from 346); Blue value is 173 (67.97% from 255 or 50% from 346); Max value from RGB is 173 - color contains mainly: blue. Hex color #703DAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703DAD is #8FC252. Grayscale: #585858. Windows color (decimal): -9421395 or 11353456. OLE color: 11353456.

HSL color Cylindrical-coordinate representation of color #703DAD: hue angle of 267.32º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #703DAD is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11261173-
CMYK0.350.6500.32
HSL267.32º47.86%45.88%-
HSV(B)267.32º64.74%67.84%-
XYZ15.899.840.59-
YUV89.02175.4144.39-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.37%
GREEN value IS 61 (24.22% from 255) = 17.63%
BLUE value IS 173 (67.97% from 255) = 50%
R=32.37%
G=17.63%
B=50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal112611730.350.6500.32267.3247.8645.88
Hex703DAD234102010b302e
Octal16075255431010404136056
Binary11100001111011010110110001110000010100000100001011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,61,173); }

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

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

 a { background-color: rgb(112,61,173); }

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

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

 span { border-color: rgb(112,61,173); }

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