#7239A6

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

Shades of Royal Purple #7239A6

Tints of Royal Purple #7239A6

Color information

#7239A6 (or 0x7239A6) is unknown color: approx Royal Purple. HEX triplet: 72, 39 and A6. RGB value is (114,57,166). Sum of RGB (Red+Green+Blue) = 114+57+166=337 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.83% from 337); Green value is 57 (22.66% from 255 or 16.91% from 337); Blue value is 166 (65.23% from 255 or 49.26% from 337); Max value from RGB is 166 - color contains mainly: blue. Hex color #7239A6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7239A6 is #8DC659. Grayscale: #565656. Windows color (decimal): -9291354 or 10893682. OLE color: 10893682.

HSL color Cylindrical-coordinate representation of color #7239A6: hue angle of 271.38º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7239A6 is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB11457166-
CMYK0.310.6600.35
HSL271.38º48.88%43.73%-
HSV(B)271.38º65.66%65.1%-
XYZ15.299.2637.06-
YUV86.47172.88147.64-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.83%
GREEN value IS 57 (22.66% from 255) = 16.91%
BLUE value IS 166 (65.23% from 255) = 49.26%
R=33.83%
G=16.91%
B=49.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal114571660.310.6600.35271.3848.8843.73
Hex7239A61F4202310f312c
Octal16271246371020434176154
Binary1110010111001101001101111110000100100011100001111110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7239A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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