#7237A7

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

Shades of Royal Purple #7237A7

Tints of Royal Purple #7237A7

Color information

#7237A7 (or 0x7237A7) is unknown color: approx Royal Purple. HEX triplet: 72, 37 and A7. RGB value is (114,55,167). Sum of RGB (Red+Green+Blue) = 114+55+167=336 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.93% from 336); Green value is 55 (21.88% from 255 or 16.37% from 336); Blue value is 167 (65.62% from 255 or 49.70% from 336); Max value from RGB is 167 - color contains mainly: blue. Hex color #7237A7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7237A7 is #8DC858. Grayscale: #555555. Windows color (decimal): -9291865 or 10958706. OLE color: 10958706.

HSL color Cylindrical-coordinate representation of color #7237A7: hue angle of 271.61º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7237A7 is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB11455167-
CMYK0.320.6700.35
HSL271.61º50.45%43.53%-
HSV(B)271.61º67.07%65.49%-
XYZ15.289.137.51-
YUV85.41174.05148.39-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.93%
GREEN value IS 55 (21.88% from 255) = 16.37%
BLUE value IS 167 (65.62% from 255) = 49.70%
R=33.93%
G=16.37%
B=49.70%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal114551670.320.6700.35271.6150.4543.53
Hex7237A72043023110322c
Octal16267247401030434206254
Binary11100101101111010011110000010000110100011100010000110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7237A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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