#6945BF

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

Shades of Purple Heart #6945BF

Tints of Purple Heart #6945BF

Color information

#6945BF (or 0x6945BF) is unknown color: approx Purple Heart. HEX triplet: 69, 45 and BF. RGB value is (105,69,191). Sum of RGB (Red+Green+Blue) = 105+69+191=365 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.77% from 365); Green value is 69 (27.34% from 255 or 18.90% from 365); Blue value is 191 (75% from 255 or 52.33% from 365); Max value from RGB is 191 - color contains mainly: blue. Hex color #6945BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6945BF is #96BA40. Grayscale: #5D5D5D. Windows color (decimal): -9878081 or 12535145. OLE color: 12535145.

HSL color Cylindrical-coordinate representation of color #6945BF: hue angle of 257.7º 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 #6945BF is Cyan = 0.45, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10569191-
CMYK0.450.6400.25
HSL257.7º48.8%50.98%-
HSV(B)257.7º63.87%74.9%-
XYZ17.3611.0250.5-
YUV93.67182.93136.08-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.77%
GREEN value IS 69 (27.34% from 255) = 18.90%
BLUE value IS 191 (75% from 255) = 52.33%
R=28.77%
G=18.90%
B=52.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal105691910.450.6400.25257.748.850.98
Hex6945BF2D400191023133
Octal151105277551000314026163
Binary11010011000101101111111011011000000011001100000010110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6945BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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