#7241BE

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

Shades of Purple Heart #7241BE

Tints of Purple Heart #7241BE

Color information

#7241BE (or 0x7241BE) is unknown color: approx Purple Heart. HEX triplet: 72, 41 and BE. RGB value is (114,65,190). Sum of RGB (Red+Green+Blue) = 114+65+190=369 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.89% from 369); Green value is 65 (25.78% from 255 or 17.62% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #7241BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7241BE is #8DBE41. Grayscale: #5D5D5D. Windows color (decimal): -9289282 or 12468594. OLE color: 12468594.

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

Color convert

RGB11465190-
CMYK0.400.6600.25
HSL263.52º49.02%50%-
HSV(B)263.52º65.79%74.51%-
XYZ18.1211.0849.9-
YUV93.9182.23142.34-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.89%
GREEN value IS 65 (25.78% from 255) = 17.62%
BLUE value IS 190 (74.61% from 255) = 51.49%
R=30.89%
G=17.62%
B=51.49%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal114651900.400.6600.25263.5249.0250
Hex7241BE28420191083132
Octal162101276501020314106162
Binary11100101000001101111101010001000010011001100001000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7241BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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