#7231BE

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

Shades of Purple Heart #7231BE

Tints of Purple Heart #7231BE

Color information

#7231BE (or 0x7231BE) is unknown color: approx Purple Heart. HEX triplet: 72, 31 and BE. RGB value is (114,49,190). Sum of RGB (Red+Green+Blue) = 114+49+190=353 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.29% from 353); Green value is 49 (19.53% from 255 or 13.88% from 353); Blue value is 190 (74.61% from 255 or 53.82% from 353); Max value from RGB is 190 - color contains mainly: blue. Hex color #7231BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7231BE is #8DCE41. Grayscale: #545454. Windows color (decimal): -9293378 or 12464498. OLE color: 12464498.

HSL color Cylindrical-coordinate representation of color #7231BE: hue angle of 267.66º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7231BE is Cyan = 0.40, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11449190-
CMYK0.400.7400.25
HSL267.66º59%46.86%-
HSV(B)267.66º74.21%74.51%-
XYZ17.339.4949.63-
YUV84.51187.53149.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.29%
GREEN value IS 49 (19.53% from 255) = 13.88%
BLUE value IS 190 (74.61% from 255) = 53.82%
R=32.29%
G=13.88%
B=53.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal114491900.400.7400.25267.665946.86
Hex7231BE284A01910c3b2f
Octal16261276501120314147357
Binary1110010110001101111101010001001010011001100001100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7231BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7231BE; }

 p { color: rgb(114,49,190); }

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

<style>
 a { background-color: #7231BE; }

 a { background-color: rgb(114,49,190); }

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

<style>
 span { border-color: #7231BE; }

 span { border-color: rgb(114,49,190); }

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