#7045BF

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

Shades of Purple Heart #7045BF

Tints of Purple Heart #7045BF

Color information

#7045BF (or 0x7045BF) is unknown color: approx Purple Heart. HEX triplet: 70, 45 and BF. RGB value is (112,69,191). Sum of RGB (Red+Green+Blue) = 112+69+191=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 69 (27.34% from 255 or 18.55% from 372); Blue value is 191 (75% from 255 or 51.34% from 372); Max value from RGB is 191 - color contains mainly: blue. Hex color #7045BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7045BF is #8FBA40. Grayscale: #5F5F5F. Windows color (decimal): -9419329 or 12535152. OLE color: 12535152.

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

Color convert

RGB11269191-
CMYK0.410.6400.25
HSL261.15º48.8%50.98%-
HSV(B)261.15º63.87%74.9%-
XYZ18.2111.4650.54-
YUV95.76181.75139.58-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.11%
GREEN value IS 69 (27.34% from 255) = 18.55%
BLUE value IS 191 (75% from 255) = 51.34%
R=30.11%
G=18.55%
B=51.34%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal112691910.410.6400.25261.1548.850.98
Hex7045BF29400191053133
Octal160105277511000314056163
Binary11100001000101101111111010011000000011001100000101110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7045BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,69,191); }

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

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

 a { background-color: rgb(112,69,191); }

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

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

 span { border-color: rgb(112,69,191); }

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