#7239AC

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

Shades of Royal Purple #7239AC

Tints of Royal Purple #7239AC

Color information

#7239AC (or 0x7239AC) is unknown color: approx Royal Purple. HEX triplet: 72, 39 and AC. RGB value is (114,57,172). Sum of RGB (Red+Green+Blue) = 114+57+172=343 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.24% from 343); Green value is 57 (22.66% from 255 or 16.62% from 343); Blue value is 172 (67.58% from 255 or 50.15% from 343); Max value from RGB is 172 - color contains mainly: blue. Hex color #7239AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7239AC is #8DC653. Grayscale: #565656. Windows color (decimal): -9291348 or 11286898. OLE color: 11286898.

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

Color convert

RGB11457172-
CMYK0.340.6700.33
HSL269.74º50.22%44.9%-
HSV(B)269.74º66.86%67.45%-
XYZ15.859.4840.02-
YUV87.15175.88147.15-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.24%
GREEN value IS 57 (22.66% from 255) = 16.62%
BLUE value IS 172 (67.58% from 255) = 50.15%
R=33.24%
G=16.62%
B=50.15%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal114571720.340.6700.33269.7450.2244.9
Hex7239AC224302110e322d
Octal16271254421030414166255
Binary11100101110011010110010001010000110100001100001110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7239AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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