#7125BF

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

Shades of Purple Heart #7125BF

Tints of Purple Heart #7125BF

Color information

#7125BF (or 0x7125BF) is unknown color: approx Purple Heart. HEX triplet: 71, 25 and BF. RGB value is (113,37,191). Sum of RGB (Red+Green+Blue) = 113+37+191=341 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.14% from 341); Green value is 37 (14.84% from 255 or 10.85% from 341); Blue value is 191 (75% from 255 or 56.01% from 341); Max value from RGB is 191 - color contains mainly: blue. Hex color #7125BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7125BF is #8EDA40. Grayscale: #4C4C4C. Windows color (decimal): -9361985 or 12526961. OLE color: 12526961.

HSL color Cylindrical-coordinate representation of color #7125BF: hue angle of 269.61º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7125BF is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11337191-
CMYK0.410.8100.25
HSL269.61º67.54%44.71%-
HSV(B)269.61º80.63%74.9%-
XYZ16.888.650.06-
YUV77.28192.18153.48-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.14%
GREEN value IS 37 (14.84% from 255) = 10.85%
BLUE value IS 191 (75% from 255) = 56.01%
R=33.14%
G=10.85%
B=56.01%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal113371910.410.8100.25269.6167.5444.71
Hex7125BF295101910e442d
Octal161452775112103141610455
Binary11100011001011011111110100110100010110011000011101000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7125BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,37,191); }

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

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

 a { background-color: rgb(113,37,191); }

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

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

 span { border-color: rgb(113,37,191); }

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