#7237AA

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

Shades of Royal Purple #7237AA

Tints of Royal Purple #7237AA

Color information

#7237AA (or 0x7237AA) is unknown color: approx Royal Purple. HEX triplet: 72, 37 and AA. RGB value is (114,55,170). Sum of RGB (Red+Green+Blue) = 114+55+170=339 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.63% from 339); Green value is 55 (21.88% from 255 or 16.22% from 339); Blue value is 170 (66.80% from 255 or 50.15% from 339); Max value from RGB is 170 - color contains mainly: blue. Hex color #7237AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7237AA is #8DC855. Grayscale: #555555. Windows color (decimal): -9291862 or 11155314. OLE color: 11155314.

HSL color Cylindrical-coordinate representation of color #7237AA: hue angle of 270.78º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7237AA is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11455170-
CMYK0.330.6800.33
HSL270.78º51.11%44.12%-
HSV(B)270.78º67.65%66.67%-
XYZ15.569.2138.99-
YUV85.75175.55148.15-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.63%
GREEN value IS 55 (21.88% from 255) = 16.22%
BLUE value IS 170 (66.80% from 255) = 50.15%
R=33.63%
G=16.22%
B=50.15%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal114551700.330.6800.33270.7851.1144.12
Hex7237AA214402110f332c
Octal16267252411040414176354
Binary11100101101111010101010000110001000100001100001111110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7237AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7237AA; }

 p { color: rgb(114,55,170); }

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

<style>
 a { background-color: #7237AA; }

 a { background-color: rgb(114,55,170); }

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

<style>
 span { border-color: #7237AA; }

 span { border-color: rgb(114,55,170); }

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