#7524BA

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

Shades of Purple Heart #7524BA

Tints of Purple Heart #7524BA

Color information

#7524BA (or 0x7524BA) is unknown color: approx Purple Heart. HEX triplet: 75, 24 and BA. RGB value is (117,36,186). Sum of RGB (Red+Green+Blue) = 117+36+186=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 36 (14.45% from 255 or 10.62% from 339); Blue value is 186 (73.05% from 255 or 54.87% from 339); Max value from RGB is 186 - color contains mainly: blue. Hex color #7524BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7524BA is #8ADB45. Grayscale: #4C4C4C. Windows color (decimal): -9100102 or 12199029. OLE color: 12199029.

HSL color Cylindrical-coordinate representation of color #7524BA: hue angle of 272.4º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7524BA is Cyan = 0.37, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11736186-
CMYK0.370.8100.27
HSL272.4º67.57%43.53%-
HSV(B)272.4º80.65%72.94%-
XYZ16.838.5947.23-
YUV77.32189.34156.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.51%
GREEN value IS 36 (14.45% from 255) = 10.62%
BLUE value IS 186 (73.05% from 255) = 54.87%
R=34.51%
G=10.62%
B=54.87%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal117361860.370.8100.27272.467.5743.53
Hex7524BA255101B110442c
Octal165442724512103342010454
Binary11101011001001011101010010110100010110111000100001000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7524BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,36,186); }

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

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

 a { background-color: rgb(117,36,186); }

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

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

 span { border-color: rgb(117,36,186); }

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