#6745BF

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

Shades of Purple Heart #6745BF

Tints of Purple Heart #6745BF

Color information

#6745BF (or 0x6745BF) is unknown color: approx Purple Heart. HEX triplet: 67, 45 and BF. RGB value is (103,69,191). Sum of RGB (Red+Green+Blue) = 103+69+191=363 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.37% from 363); Green value is 69 (27.34% from 255 or 19.01% from 363); Blue value is 191 (75% from 255 or 52.62% from 363); Max value from RGB is 191 - color contains mainly: blue. Hex color #6745BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6745BF is #98BA40. Grayscale: #5C5C5C. Windows color (decimal): -10009153 or 12535143. OLE color: 12535143.

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

Color convert

RGB10369191-
CMYK0.460.6400.25
HSL256.72º48.8%50.98%-
HSV(B)256.72º63.87%74.9%-
XYZ17.1310.950.49-
YUV93.07183.26135.08-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.37%
GREEN value IS 69 (27.34% from 255) = 19.01%
BLUE value IS 191 (75% from 255) = 52.62%
R=28.37%
G=19.01%
B=52.62%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal103691910.460.6400.25256.7248.850.98
Hex6745BF2E400191013133
Octal147105277561000314016163
Binary11001111000101101111111011101000000011001100000001110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6745BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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