#7240AC

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

Shades of Royal Purple #7240AC

Tints of Royal Purple #7240AC

Color information

#7240AC (or 0x7240AC) is unknown color: approx Royal Purple. HEX triplet: 72, 40 and AC. RGB value is (114,64,172). Sum of RGB (Red+Green+Blue) = 114+64+172=350 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.57% from 350); Green value is 64 (25.39% from 255 or 18.29% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #7240AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7240AC is #8DBF53. Grayscale: #5A5A5A. Windows color (decimal): -9289556 or 11288690. OLE color: 11288690.

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

Color convert

RGB11464172-
CMYK0.340.6300.33
HSL267.78º45.76%46.27%-
HSV(B)267.78º62.79%67.45%-
XYZ16.2210.2240.15-
YUV91.26173.56144.22-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.57%
GREEN value IS 64 (25.39% from 255) = 18.29%
BLUE value IS 172 (67.58% from 255) = 49.14%
R=32.57%
G=18.29%
B=49.14%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal114641720.340.6300.33267.7845.7646.27
Hex7240AC223F02110c2e2e
Octal16210025442770414145656
Binary11100101000000101011001000101111110100001100001100101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7240AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,64,172); }

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

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

 a { background-color: rgb(114,64,172); }

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

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

 span { border-color: rgb(114,64,172); }

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