#7041AE

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

Shades of Royal Purple #7041AE

Tints of Royal Purple #7041AE

Color information

#7041AE (or 0x7041AE) is unknown color: approx Royal Purple. HEX triplet: 70, 41 and AE. RGB value is (112,65,174). Sum of RGB (Red+Green+Blue) = 112+65+174=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 65 (25.78% from 255 or 18.52% from 351); Blue value is 174 (68.36% from 255 or 49.57% from 351); Max value from RGB is 174 - color contains mainly: blue. Hex color #7041AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7041AE is #8FBE51. Grayscale: #5B5B5B. Windows color (decimal): -9420370 or 11420016. OLE color: 11420016.

HSL color Cylindrical-coordinate representation of color #7041AE: hue angle of 265.87º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7041AE is Cyan = 0.36, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11265174-
CMYK0.360.6300.32
HSL265.87º45.61%46.86%-
HSV(B)265.87º62.64%68.24%-
XYZ16.2110.2841.17-
YUV91.48174.57142.64-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.91%
GREEN value IS 65 (25.78% from 255) = 18.52%
BLUE value IS 174 (68.36% from 255) = 49.57%
R=31.91%
G=18.52%
B=49.57%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal112651740.360.6300.32265.8745.6146.86
Hex7041AE243F02010a2e2f
Octal16010125644770404125657
Binary11100001000001101011101001001111110100000100001010101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7041AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7041AE; }

 p { color: rgb(112,65,174); }

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

<style>
 a { background-color: #7041AE; }

 a { background-color: rgb(112,65,174); }

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

<style>
 span { border-color: #7041AE; }

 span { border-color: rgb(112,65,174); }

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