#7237B7

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

Shades of Purple Heart #7237B7

Tints of Purple Heart #7237B7

Color information

#7237B7 (or 0x7237B7) is unknown color: approx Purple Heart. HEX triplet: 72, 37 and B7. RGB value is (114,55,183). Sum of RGB (Red+Green+Blue) = 114+55+183=352 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.39% from 352); Green value is 55 (21.88% from 255 or 15.62% from 352); Blue value is 183 (71.88% from 255 or 51.99% from 352); Max value from RGB is 183 - color contains mainly: blue. Hex color #7237B7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7237B7 is #8DC848. Grayscale: #565656. Windows color (decimal): -9291849 or 12007282. OLE color: 12007282.

HSL color Cylindrical-coordinate representation of color #7237B7: hue angle of 267.66º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7237B7 is Cyan = 0.38, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB11455183-
CMYK0.380.7000.28
HSL267.66º53.78%46.67%-
HSV(B)267.66º69.95%71.76%-
XYZ16.859.7345.79-
YUV87.23182.05147.09-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.39%
GREEN value IS 55 (21.88% from 255) = 15.62%
BLUE value IS 183 (71.88% from 255) = 51.99%
R=32.39%
G=15.62%
B=51.99%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal114551830.380.7000.28267.6653.7846.67
Hex7237B7264601C10c362f
Octal16267267461060344146657
Binary1110010110111101101111001101000110011100100001100110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7237B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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