#7527BF

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

Shades of Purple Heart #7527BF

Tints of Purple Heart #7527BF

Color information

#7527BF (or 0x7527BF) is unknown color: approx Purple Heart. HEX triplet: 75, 27 and BF. RGB value is (117,39,191). Sum of RGB (Red+Green+Blue) = 117+39+191=347 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.72% from 347); Green value is 39 (15.62% from 255 or 11.24% from 347); Blue value is 191 (75% from 255 or 55.04% from 347); Max value from RGB is 191 - color contains mainly: blue. Hex color #7527BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7527BF is #8AD840. Grayscale: #4F4F4F. Windows color (decimal): -9099329 or 12527477. OLE color: 12527477.

HSL color Cylindrical-coordinate representation of color #7527BF: hue angle of 270.79º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7527BF is Cyan = 0.39, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11739191-
CMYK0.390.8000.25
HSL270.79º66.09%45.1%-
HSV(B)270.79º79.58%74.9%-
XYZ17.478.9950.11-
YUV79.65190.84154.64-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.72%
GREEN value IS 39 (15.62% from 255) = 11.24%
BLUE value IS 191 (75% from 255) = 55.04%
R=33.72%
G=11.24%
B=55.04%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal117391910.390.8000.25270.7966.0945.1
Hex7527BF275001910f422d
Octal165472774712003141710255
Binary11101011001111011111110011110100000110011000011111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7527BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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