#7239AB

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

Shades of Royal Purple #7239AB

Tints of Royal Purple #7239AB

Color information

#7239AB (or 0x7239AB) is unknown color: approx Royal Purple. HEX triplet: 72, 39 and AB. RGB value is (114,57,171). Sum of RGB (Red+Green+Blue) = 114+57+171=342 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.33% from 342); Green value is 57 (22.66% from 255 or 16.67% from 342); Blue value is 171 (67.19% from 255 or 50% from 342); Max value from RGB is 171 - color contains mainly: blue. Hex color #7239AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7239AB is #8DC654. Grayscale: #565656. Windows color (decimal): -9291349 or 11221362. OLE color: 11221362.

HSL color Cylindrical-coordinate representation of color #7239AB: hue angle of 270º 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 #7239AB is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11457171-
CMYK0.330.6700.33
HSL270º50%44.71%-
HSV(B)270º66.67%67.06%-
XYZ15.759.4439.52-
YUV87.04175.38147.23-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.33%
GREEN value IS 57 (22.66% from 255) = 16.67%
BLUE value IS 171 (67.19% from 255) = 50%
R=33.33%
G=16.67%
B=50%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal114571710.330.6700.332705044.71
Hex7239AB214302110e322d
Octal16271253411030414166255
Binary11100101110011010101110000110000110100001100001110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7239AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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