#7243BA

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

Shades of Purple Heart #7243BA

Tints of Purple Heart #7243BA

Color information

#7243BA (or 0x7243BA) is unknown color: approx Purple Heart. HEX triplet: 72, 43 and BA. RGB value is (114,67,186). Sum of RGB (Red+Green+Blue) = 114+67+186=367 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.06% from 367); Green value is 67 (26.56% from 255 or 18.26% from 367); Blue value is 186 (73.05% from 255 or 50.68% from 367); Max value from RGB is 186 - color contains mainly: blue. Hex color #7243BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7243BA is #8DBC45. Grayscale: #5E5E5E. Windows color (decimal): -9288774 or 12206962. OLE color: 12206962.

HSL color Cylindrical-coordinate representation of color #7243BA: hue angle of 263.7º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7243BA is Cyan = 0.39, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11467186-
CMYK0.390.6400.27
HSL263.7º47.04%49.61%-
HSV(B)263.7º63.98%72.94%-
XYZ17.8111.1447.67-
YUV94.62179.57141.82-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.06%
GREEN value IS 67 (26.56% from 255) = 18.26%
BLUE value IS 186 (73.05% from 255) = 50.68%
R=31.06%
G=18.26%
B=50.68%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal114671860.390.6400.27263.747.0449.61
Hex7243BA274001B1082f32
Octal162103272471000334105762
Binary11100101000011101110101001111000000011011100001000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7243BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7243BA; }

 p { color: rgb(114,67,186); }

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

<style>
 a { background-color: #7243BA; }

 a { background-color: rgb(114,67,186); }

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

<style>
 span { border-color: #7243BA; }

 span { border-color: rgb(114,67,186); }

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