#7521BA

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

Shades of Purple Heart #7521BA

Tints of Purple Heart #7521BA

Color information

#7521BA (or 0x7521BA) is unknown color: approx Purple Heart. HEX triplet: 75, 21 and BA. RGB value is (117,33,186). Sum of RGB (Red+Green+Blue) = 117+33+186=336 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.82% from 336); Green value is 33 (13.28% from 255 or 9.82% from 336); Blue value is 186 (73.05% from 255 or 55.36% from 336); Max value from RGB is 186 - color contains mainly: blue. Hex color #7521BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7521BA is #8ADE45. Grayscale: #4B4B4B. Windows color (decimal): -9100870 or 12198261. OLE color: 12198261.

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

Color convert

RGB11733186-
CMYK0.370.8200.27
HSL272.94º69.86%42.94%-
HSV(B)272.94º82.26%72.94%-
XYZ16.748.4147.2-
YUV75.56190.33157.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.82%
GREEN value IS 33 (13.28% from 255) = 9.82%
BLUE value IS 186 (73.05% from 255) = 55.36%
R=34.82%
G=9.82%
B=55.36%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal117331860.370.8200.27272.9469.8642.94
Hex7521BA255201B111462b
Octal165412724512203342110653
Binary11101011000011011101010010110100100110111000100011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7521BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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