#7525BA

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

Shades of Purple Heart #7525BA

Tints of Purple Heart #7525BA

Color information

#7525BA (or 0x7525BA) is unknown color: approx Purple Heart. HEX triplet: 75, 25 and BA. RGB value is (117,37,186). Sum of RGB (Red+Green+Blue) = 117+37+186=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 37 (14.84% from 255 or 10.88% from 340); Blue value is 186 (73.05% from 255 or 54.71% from 340); Max value from RGB is 186 - color contains mainly: blue. Hex color #7525BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7525BA is #8ADA45. Grayscale: #4D4D4D. Windows color (decimal): -9099846 or 12199285. OLE color: 12199285.

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

Color convert

RGB11737186-
CMYK0.370.8000.27
HSL272.21º66.82%43.73%-
HSV(B)272.21º80.11%72.94%-
XYZ16.868.6547.24-
YUV77.91189155.88-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.41%
GREEN value IS 37 (14.84% from 255) = 10.88%
BLUE value IS 186 (73.05% from 255) = 54.71%
R=34.41%
G=10.88%
B=54.71%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal117371860.370.8000.27272.2166.8243.73
Hex7525BA255001B110432c
Octal165452724512003342010354
Binary11101011001011011101010010110100000110111000100001000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7525BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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