#7039AD

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

Shades of Royal Purple #7039AD

Tints of Royal Purple #7039AD

Color information

#7039AD (or 0x7039AD) is unknown color: approx Royal Purple. HEX triplet: 70, 39 and AD. RGB value is (112,57,173). Sum of RGB (Red+Green+Blue) = 112+57+173=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 57 (22.66% from 255 or 16.67% from 342); Blue value is 173 (67.97% from 255 or 50.58% from 342); Max value from RGB is 173 - color contains mainly: blue. Hex color #7039AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7039AD is #8FC652. Grayscale: #565656. Windows color (decimal): -9422419 or 11352432. OLE color: 11352432.

HSL color Cylindrical-coordinate representation of color #7039AD: hue angle of 268.45º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7039AD is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11257173-
CMYK0.350.6700.32
HSL268.45º50.43%45.1%-
HSV(B)268.45º67.05%67.84%-
XYZ15.699.3940.52-
YUV86.67176.72146.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.75%
GREEN value IS 57 (22.66% from 255) = 16.67%
BLUE value IS 173 (67.97% from 255) = 50.58%
R=32.75%
G=16.67%
B=50.58%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal112571730.350.6700.32268.4550.4345.1
Hex7039AD234302010c322d
Octal16071255431030404146255
Binary11100001110011010110110001110000110100000100001100110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7039AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7039AD; }

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

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

<style>
 a { background-color: #7039AD; }

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

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

<style>
 span { border-color: #7039AD; }

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

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