#7041AC

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

Shades of Royal Purple #7041AC

Tints of Royal Purple #7041AC

Color information

#7041AC (or 0x7041AC) is unknown color: approx Royal Purple. HEX triplet: 70, 41 and AC. RGB value is (112,65,172). Sum of RGB (Red+Green+Blue) = 112+65+172=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 65 (25.78% from 255 or 18.62% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 172 - color contains mainly: blue. Hex color #7041AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7041AC is #8FBE53. Grayscale: #5A5A5A. Windows color (decimal): -9420372 or 11288944. OLE color: 11288944.

HSL color Cylindrical-coordinate representation of color #7041AC: hue angle of 266.36º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7041AC is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11265172-
CMYK0.350.6200.33
HSL266.36º45.15%46.47%-
HSV(B)266.36º62.21%67.45%-
XYZ16.0210.240.15-
YUV91.25173.57142.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.09%
GREEN value IS 65 (25.78% from 255) = 18.62%
BLUE value IS 172 (67.58% from 255) = 49.28%
R=32.09%
G=18.62%
B=49.28%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal112651720.350.6200.33266.3645.1546.47
Hex7041AC233E02110a2d2e
Octal16010125443760414125556
Binary11100001000001101011001000111111100100001100001010101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7041AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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