#7547BF

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

Shades of Purple Heart #7547BF

Tints of Purple Heart #7547BF

Color information

#7547BF (or 0x7547BF) is unknown color: approx Purple Heart. HEX triplet: 75, 47 and BF. RGB value is (117,71,191). Sum of RGB (Red+Green+Blue) = 117+71+191=379 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.87% from 379); Green value is 71 (28.12% from 255 or 18.73% from 379); Blue value is 191 (75% from 255 or 50.40% from 379); Max value from RGB is 191 - color contains mainly: blue. Hex color #7547BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7547BF is #8AB840. Grayscale: #626262. Windows color (decimal): -9091137 or 12535669. OLE color: 12535669.

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

Color convert

RGB11771191-
CMYK0.390.6300.25
HSL263º48.39%51.37%-
HSV(B)263º62.83%74.9%-
XYZ18.9912.0550.62-
YUV98.43180.24141.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.87%
GREEN value IS 71 (28.12% from 255) = 18.73%
BLUE value IS 191 (75% from 255) = 50.40%
R=30.87%
G=18.73%
B=50.40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal117711910.390.6300.2526348.3951.37
Hex7547BF273F0191073033
Octal16510727747770314076063
Binary1110101100011110111111100111111111011001100000111110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7547BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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