#7523BF

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

Shades of Purple Heart #7523BF

Tints of Purple Heart #7523BF

Color information

#7523BF (or 0x7523BF) is unknown color: approx Purple Heart. HEX triplet: 75, 23 and BF. RGB value is (117,35,191). Sum of RGB (Red+Green+Blue) = 117+35+191=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 35 (14.06% from 255 or 10.20% from 343); Blue value is 191 (75% from 255 or 55.69% from 343); Max value from RGB is 191 - color contains mainly: blue. Hex color #7523BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7523BF is #8ADC40. Grayscale: #4C4C4C. Windows color (decimal): -9100353 or 12526453. OLE color: 12526453.

HSL color Cylindrical-coordinate representation of color #7523BF: hue angle of 271.54º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7523BF is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11735191-
CMYK0.390.8200.25
HSL271.54º69.03%44.31%-
HSV(B)271.54º81.68%74.9%-
XYZ17.348.7550.06-
YUV77.3192.17156.32-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.11%
GREEN value IS 35 (14.06% from 255) = 10.20%
BLUE value IS 191 (75% from 255) = 55.69%
R=34.11%
G=10.20%
B=55.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal117351910.390.8200.25271.5469.0344.31
Hex7523BF2752019110452c
Octal165432774712203142010554
Binary11101011000111011111110011110100100110011000100001000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7523BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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