#7523B9

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

Shades of Purple Heart #7523B9

Tints of Purple Heart #7523B9

Color information

#7523B9 (or 0x7523B9) is unknown color: approx Purple Heart. HEX triplet: 75, 23 and B9. RGB value is (117,35,185). Sum of RGB (Red+Green+Blue) = 117+35+185=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 35 (14.06% from 255 or 10.39% from 337); Blue value is 185 (72.66% from 255 or 54.90% from 337); Max value from RGB is 185 - color contains mainly: blue. Hex color #7523B9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7523B9 is #8ADC46. Grayscale: #4C4C4C. Windows color (decimal): -9100359 or 12133237. OLE color: 12133237.

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

Color convert

RGB11735185-
CMYK0.370.8100.27
HSL272.8º68.18%43.14%-
HSV(B)272.8º81.08%72.55%-
XYZ16.698.4946.66-
YUV76.62189.17156.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.72%
GREEN value IS 35 (14.06% from 255) = 10.39%
BLUE value IS 185 (72.66% from 255) = 54.90%
R=34.72%
G=10.39%
B=54.90%

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
Decimal117351850.370.8100.27272.868.1843.14
Hex7523B9255101B111442b
Octal165432714512103342110453
Binary11101011000111011100110010110100010110111000100011000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7523B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7523B9; }

 p { color: rgb(117,35,185); }

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

<style>
 a { background-color: #7523B9; }

 a { background-color: rgb(117,35,185); }

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

<style>
 span { border-color: #7523B9; }

 span { border-color: rgb(117,35,185); }

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